URI:
       tRemove unused danish header - andersdamsgaard.com - my photography webpage
  HTML git clone git://src.adamsgaard.dk/andersdamsgaard.com
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 81a177383fa4307bd4e41b1969fa56de22308b75
   DIR parent dfc117981ec113bef69c45578aac0ef96044d2af
  HTML 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/h… |      18 ------------------
       
       1 file changed, 0 insertions(+), 18 deletions(-)
       ---
   DIR diff --git a/themes/tale-mod/layouts/partials/header.da.html b/themes/tale-mod/layouts/partials/header.da.html
       t@@ -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>