feat: More glass-like navbar, support for author set in front matter, remove option to disable nav icons

This commit is contained in:
daudix
2024-01-20 18:39:04 +03:00
parent b65353d54d
commit 4ab0720ce2
10 changed files with 47 additions and 41 deletions

View File

@ -25,6 +25,10 @@
<time datetime="{{ page.date | date(format='%+') }}" pubdate>
{{- page.date | date(format=config.extra.date_format) -}}
</time>
{%- if page.authors %}
<span></span>
<span>Author: {{ page.authors[0] }}</span>
{%- endif %}
{%- if page.taxonomies %}
{%- for name, taxon in page.taxonomies %}
<span></span>