diff options
author | Daan Debie <ddebie@universitplatform.com> | 2016-04-22 15:35:07 +0200 |
---|---|---|
committer | Daan Debie <ddebie@universitplatform.com> | 2016-04-22 15:35:07 +0200 |
commit | faa85d6112a759767a4f327e35a07fa55d9e747e (patch) | |
tree | 903ad6ecc488f2158ec40d8fa45a39d5542a2f8b /pelican-bootstrap3/templates/article.html | |
parent | 2cd39ad5c0c03818900611ddee699b2a6acc2453 (diff) | |
download | pelican-themes-faa85d6112a759767a4f327e35a07fa55d9e747e.tar.gz |
Update pelican-bootstrap3 to latest version, donate to Pelican community
Diffstat (limited to 'pelican-bootstrap3/templates/article.html')
-rw-r--r-- | pelican-bootstrap3/templates/article.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/article.html b/pelican-bootstrap3/templates/article.html index 087e432..4cb6a70 100644 --- a/pelican-bootstrap3/templates/article.html +++ b/pelican-bootstrap3/templates/article.html @@ -89,6 +89,7 @@ </div> <!-- /.entry-content --> {% include 'includes/related-posts.html' %} + {% include 'includes/series.html' %} {% include 'includes/addthis.html' %} {% include 'includes/shariff.html' %} {% include 'includes/comments.html' %} @@ -106,6 +107,6 @@ {% endif %} {% if SHARIFF|default(false) %} <!-- add shariff support --> - <script src="{{ SITEURL }}/theme/js/shariff.min.js"></script> + <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/shariff.min.js"></script> {% endif %} {% endblock %} |