Skip to content

Commit

Permalink
Merge pull request iissnan#1433 from ivan-nginx/master
Browse files Browse the repository at this point in the history
Fixes and enhancements. [8]
  • Loading branch information
iissnan authored Feb 16, 2017
2 parents 4a8f13e + 28cfc34 commit bb1ea94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion layout/_macro/sidebar.swig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
src="{{ url_for( theme.avatar | default(theme.images + '/avatar.gif') ) }}"
alt="{{ theme.author }}" />
<p class="site-author-name" itemprop="name">{{ theme.author }}</p>
<p class="site-description motion-element" itemprop="description">{{ theme.description }}</p>
{% if theme.seo %}
<p class="site-description motion-element" itemprop="description">{{ theme.signature }}</p>
{% else %}
<p class="site-description motion-element" itemprop="description">{{ theme.description }}</p>
{% endif %}
</div>
<nav class="site-state motion-element">

Expand Down
2 changes: 1 addition & 1 deletion layout/_scripts/third-party/analytics/vkontakte-api.swig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
apiId: {{ theme.vkontakte_api.app_id }}
});

{% if theme.vkontakte_api.like %}
{% if not is_home() and theme.vkontakte_api.like %}
VK.Widgets.Like("vk_like", {type: "mini", height: 20});
{% endif %}

Expand Down

0 comments on commit bb1ea94

Please sign in to comment.