Translate to norwegian.
This commit is contained in:
parent
0abd417abd
commit
6716ce4a6c
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,13 @@
|
|||
{{ $paginator := .Paginate .Data.Pages }}
|
||||
|
||||
<main class="posts">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h1>
|
||||
{{ if eq .Title "Posts" }}
|
||||
Innlegg
|
||||
{{ else }}
|
||||
{{ .Title }}
|
||||
{{ end }}
|
||||
</h1>
|
||||
|
||||
{{ if .Content }}
|
||||
<div class="content">{{ .Content }}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue