renamed theme and first modifications

This commit is contained in:
Naej Doree
2020-07-07 10:58:39 +02:00
parent b518e38873
commit 95042c6166
99 changed files with 42 additions and 27 deletions

View File

@@ -0,0 +1,10 @@
{{ if .IsTranslated }}
<h4>{{ i18n "translations" }}</h4>
<ul class="pl0 mr3">
{{ range .Translations }}
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="{{ .Permalink }}">{{ .Lang }}</a>
</li>
{{ end}}
</ul>
{{ end }}