diff --git a/_config.yml.example b/_config.yml.example index 9529314..cd1eb00 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -15,6 +15,7 @@ customize: url: images/logo.png profile: enabled: true # Whether to show profile bar + fixed: true avatar: css/images/avatar.png gravatar: # Gravatar email address, if you enable Gravatar, your avatar config will be overriden author: PPOffice diff --git a/layout/common/profile.ejs b/layout/common/profile.ejs index c108412..bb0ec75 100644 --- a/layout/common/profile.ejs +++ b/layout/common/profile.ejs @@ -1,6 +1,6 @@ <% var profile = theme.customize.profile; %> <% var tagCount = site.tags.filter(function(tag) { return tag.length; }).length; %> -