about summary refs log tree commit diff stats
path: root/themes/xmin/layouts/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/xmin/layouts/partials/header.html')
-rw-r--r--themes/xmin/layouts/partials/header.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/xmin/layouts/partials/header.html b/themes/xmin/layouts/partials/header.html deleted file mode 100644 index b3dbf64..0000000 --- a/themes/xmin/layouts/partials/header.html +++ /dev/null
@@ -1,19 +0,0 @@
1<!DOCTYPE html>
2<html lang="{{ .Site.LanguageCode }}">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <title>{{ .Title }} | {{ .Site.Title }}</title>
7 <link rel="stylesheet" href="{{ "/css/style.css" | relURL }}" />
8 {{ partial "head_custom.html" . }}
9 </head>
10
11 <body>
12 <nav>
13 <ul class="menu">
14 {{ range .Site.Menus.main }}
15 <li><a href="{{ .URL | relURL }}">{{ .Name }}</a></li>
16 {{ end }}
17 </ul>
18 <hr/>
19 </nav>