diff options
author | Justin Mayer <entroP@gmail.com> | 2016-04-29 09:23:44 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2016-04-29 09:23:44 -0700 |
commit | 5c5fe8dcaf0ec34aac37cf18e5b55ea21f9d8f77 (patch) | |
tree | 927539b1d77514d31a1dde5268a9bd048b019762 /pelican-bootstrap3/templates/article.html | |
parent | 2cd39ad5c0c03818900611ddee699b2a6acc2453 (diff) | |
parent | 22e33297f8484d0c531120db0dcc3b76f6c2a1b8 (diff) | |
download | pelican-themes-5c5fe8dcaf0ec34aac37cf18e5b55ea21f9d8f77.zip pelican-themes-5c5fe8dcaf0ec34aac37cf18e5b55ea21f9d8f77.tar.gz pelican-themes-5c5fe8dcaf0ec34aac37cf18e5b55ea21f9d8f77.tar.bz2 |
Merge pull request #383 from DandyDev/update-pelican-bootstrap3
Update pelican-bootstrap3 to newest 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 %} |