tAdd unused(!) header in danish - andersdamsgaard.com - my photography webpage
(HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit a47c8c0612fe1b0d8f9073e9efb96f8f76ae32af
(DIR) parent 080c29951951c7bb0c77f2765e058b104db0cf51
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 4 Nov 2018 22:17:49 +0100
Add unused(!) header in danish
Diffstat:
A themes/tale-mod/layouts/partials/h… | 18 ++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/themes/tale-mod/layouts/partials/header.da.html b/themes/tale-mod/layouts/partials/header.da.html
t@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+
+ {{ partial "head.html" . }}
+
+ <body>
+ <nav class="nav">
+ <div class="nav-container">
+ <a href="{{ .Site.BaseURL }}">
+ <h2 class="nav-title">{{ .Site.Title }}</h2>
+ </a>
+ <ul>
+ <li><a href="{{ .Site.BaseURL }}">Portefølje</a></li>
+ <li><a href="{{ .Site.BaseURL }}prints">Printede billeder</a></li>
+ <li><a href="{{ .Site.BaseURL }}about">Om mig</a></li>
+ </ul>
+ </div>
+ </nav>