forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
50c0427313
commit
3a75808d5c
|
@ -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" }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user