mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2025-10-10 02:58:38 +00:00
template fixup from update
This commit is contained in:
@@ -76,10 +76,10 @@
|
||||
<a href="https://plus.google.com/share?url={{ SITEURL }}/{{ article.url }}" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" target="_blank" class="uk-button uk-visible-small"><i class="uk-icon-google-plus-square"></i> Share</a>
|
||||
{% endif %}
|
||||
|
||||
{% if not MG_DISABLE_SUMMARY %}<p class="uk-article-lead" itemprop="description">{{ article.summary|striptags }}</p>{% endif %}
|
||||
{% if not MG_DISABLE_SUMMARY %}<p class="uk-text-lead" itemprop="description">{{ article.summary|striptags }}</p>{% endif %}
|
||||
<section class="uk-article-content" itemprop="articleBody">{{ article.content }}</section>
|
||||
{% include "partials/inline-tags.html" %}
|
||||
<hr class="uk-article-divider">
|
||||
<hr class="uk-divider-icon">
|
||||
</article>
|
||||
|
||||
{% if DISQUS_SITENAME %}
|
||||
|
Reference in New Issue
Block a user