Sivert V. Sæther
d64efb5fb4
Made a hugo setup from scratch to generate a static blog and portfolio webpage. The old stuff may still be found in static/old.
6 lines
235 B
HTML
6 lines
235 B
HTML
{{ if .IsTranslated }}<h4>{{ T "translations" }}</h4>
|
|
<ul>{{ range .Translations }}
|
|
<li>
|
|
<a href='{{ .Permalink }}'>{{ .Lang }}: {{ .Title }}{{ if .IsPage }} ({{ i18n "wordCount" . }}){{ end }}</a>
|
|
</li>{{ end }}
|
|
</ul>{{ end }} |