now with custom icon font (and some tweaks)
This commit is contained in:
parent
5cbd281bfa
commit
ed4dd73333
96 changed files with 2990 additions and 7563 deletions
|
@ -1,9 +1,9 @@
|
|||
|
||||
<div id="page-meta" class="t30">
|
||||
<p>
|
||||
<span class="entypo entypo-32">📅</span> <span class="pr20">{{ page.date | date: "%d.%m.%Y" }}</span>
|
||||
{% if page.categories %}<span class="entypo entypo-32">📁</span> <span class="pr20">{{ page.categories | join: ' · ' | upcase }}{% endif %}</span>
|
||||
<span class="pr20">{% for tag in page.tags %}<span class="entypo entypo-32"></span><span class="pr10">{{tag}}</span> {% endfor %}</span>
|
||||
<span class="icon-calendar pr20"> {{ page.date | date: "%d.%m.%Y" }}</span>
|
||||
{% if page.categories %}<span class="icon-archive pr20"> {{ page.categories | join: ' · ' | upcase }}{% endif %}</span>
|
||||
<span class="pr20">{% for tag in page.tags %}<span class="icon-price-tag pr10"> {{tag}}</span> {% endfor %}</span>
|
||||
</p>
|
||||
|
||||
|
||||
|
|
Reference in a new issue