Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd danish localization of index page - andersdamsgaard.com - my photography w…
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 654770d9a8c82029f2b3d8d5d8f77508edab424d
parent 3456e384f38ef8f28bf045bd49854f2ae2644a13
Author: Anders Damsgaard <[email protected]>
Date: Thu, 3 Jan 2019 10:32:43 +0100
Add danish localization of index page
Diffstat:
A themes/tale-mod/layouts/index.da.h… | 30 +++++++++++++++++++++++++++…
1 file changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/themes/tale-mod/layouts/index.da.html b/themes/tale-mod/layouts/in…
t@@ -0,0 +1,30 @@
+{{ partial "header.html" . }}
+
+<main>
+ <center>
+ <div class="catalogue">
+
+ {{ range (.Paginate .Pages).Pages }}
+ <a href="{{ .Permalink }}" class="catalogue-item">
+ <div>
+ {{- .Render "summary" }}
+ </div>
+ </a>
+ {{ end }}
+ </div>
+
+ <div class="pagination">
+ {{ if .Paginator.HasPrev }}
+ <a href="{{ .Paginator.PrevPage.URL }}" class="left ar…
+ {{ end }}
+ <a href="{{ .Site.BaseURL }}{{ .Lang }}" class="top">Hjem</a>
+ {{ if .Paginator.HasNext }}
+ <a href="{{ .Paginator.NextPage.URL }}" class="right a…
+
+ <span>{{ .Paginator.PageNumber }}</span>
+ {{ end }}
+ </div>
+ </center>
+</main>
+
+{{ partial "footer.html" . }}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.