commit 81a177383fa4307bd4e41b1969fa56de22308b75 parent dfc117981ec113bef69c45578aac0ef96044d2af Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sun, 4 Nov 2018 22:29:48 +0100 Remove unused danish header Diffstat:
D | themes/tale-mod/layouts/partials/header.da.html | | | 18 | ------------------ |
1 file changed, 0 insertions(+), 18 deletions(-)
diff --git a/themes/tale-mod/layouts/partials/header.da.html b/themes/tale-mod/layouts/partials/header.da.html @@ -1,18 +0,0 @@ -<!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>