diff --git a/includes/specs/widgets.spec.js b/includes/specs/widgets.spec.js index ee282a6..b5d71c2 100644 --- a/includes/specs/widgets.spec.js +++ b/includes/specs/widgets.spec.js @@ -88,6 +88,11 @@ const ProfileSpec = { [doc]: 'Path or URL to the avatar to be shown in the profile widget', [defaultValue]: '/images/avatar.png' }, + avatar_rounded: { + [type]: 'boolean', + [doc]: 'Whether to show avatar image rounded or square', + [defaultValue]: true + }, gravatar: { [type]: 'string', [doc]: 'Email address for the Gravatar to be shown in the profile widget', diff --git a/layout/widget/profile.ejs b/layout/widget/profile.ejs index 4150790..2d8a7b6 100644 --- a/layout/widget/profile.ejs +++ b/layout/widget/profile.ejs @@ -14,7 +14,13 @@