commit a47c8c0612fe1b0d8f9073e9efb96f8f76ae32af parent 080c29951951c7bb0c77f2765e058b104db0cf51 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/header.da.html | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/themes/tale-mod/layouts/partials/header.da.html b/themes/tale-mod/layouts/partials/header.da.html @@ -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>