Icon Fehler Mobile Ansicht behoben #1
This commit is contained in:
@ -76,18 +76,21 @@
|
||||
{% endif %}
|
||||
|
||||
<footer class="entry-footer">
|
||||
<span class="posted-on">
|
||||
<time class="entry-date published updated" datetime="{{ page.date|date(config.system.pages.dateformat.short) }}">{{ 'MONTHS_OF_THE_YEAR'|ta(page.date|date('n') - 1) }} {{ page.date|date(config.system.pages.dateformat.default) }}</time>
|
||||
<span class="footer-icon">
|
||||
<i class="fa-solid fa-calendar-days fa-xs"></i>
|
||||
<time class="entry-date published updated" datetime="{{ page.date|date(config.system.pages.dateformat.short) }}">{{ page.date|date(config.system.pages.dateformat.default) }}</time>
|
||||
</span>
|
||||
{% if author.name %}
|
||||
<span class="byline">
|
||||
<span class="footer-icon">
|
||||
<span class="author vcard">
|
||||
<i class="fa-solid fa-user fa-xs"></i>
|
||||
{{ author.name }}
|
||||
</span>
|
||||
</span>
|
||||
{% endif %}
|
||||
{% if page.taxonomy.tag %}
|
||||
<span class="tags-links">
|
||||
<span class="footer-icon">
|
||||
<i class="fa-solid fa-tags fa-xs fa-fw"></i>
|
||||
{% for tag in page.taxonomy.tag %}
|
||||
<a href="{{ base_url }}/tag{{ config.system.param_sep }}{{ tag }}">{{ tag }}{% if not loop.last %},{% endif %}</a>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user