Tag and pagination support
Bug fix: don’t include js for share buttons if not in the post page.
This commit is contained in:
parent
ddce0d9ede
commit
b80d292d41
20 changed files with 319 additions and 88 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<h4><strong>{{ page.date | date_to_string }}</strong>
|
||||
<small> . {{ page.category }} . <a href="{{ page.url }}#disqus_thread">Comments</a><p/>
|
||||
{% for tag in page.tags %}
|
||||
<a href="/tags/{{tag}}.html">#{{ tag }}</a>
|
||||
<a href="/tags/{{ tag }}.html">#{{ tag }}</a>
|
||||
{% endfor %}
|
||||
</small>
|
||||
</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue