Sources of the site gergely.polonkai.eu, Jekyll version
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{% capture tagsize %}{{post.tags | size}}{% endcapture %} |
|
{% if tagsize != '0' %} |
|
<footer> |
|
<p class="article-tags"> |
|
{% for tag in post.tags %} |
|
<a href="{% link blog/tag/index.html %}{{ tag }}" class="tag-label">{{tag}}</a> |
|
{% endfor %} |
|
</p> |
|
<br class="clearfix"> |
|
</footer> |
|
{% endif %}
|
|
|