small fixes

This commit is contained in:
teldra 2022-04-04 20:49:00 +02:00
parent 50c0427313
commit 3a75808d5c
1 changed files with 0 additions and 10 deletions

View File

@ -14,16 +14,6 @@
{{ define "ab" }}
{{ if ne .Section "orga" }}
<div id="article_footer">
{{ if .IsTranslated }}
<div style="flex-grow: 0; flex-direction: column; margin-right: 1rem;">
<b>{{ "Translations" }}</b>
{{ range .Translations }}
<li style="list-style: none; text-decoration: none; font-size: x-small; color: var(--text-muted);">
<a href="{{ .Permalink }}" class="underline">{{ T .Lang }}</a>
</li>
{{ end }}
</div>
{{ end }}
<div style="flex-grow: 1; flex-direction: column;">
<b>Verfasst am</b><br>
{{ .Date | time.Format ":date_full" }}