diff options
Diffstat (limited to 'themes/lugo/layouts/_default/baseof.html')
| -rw-r--r-- | themes/lugo/layouts/_default/baseof.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/themes/lugo/layouts/_default/baseof.html b/themes/lugo/layouts/_default/baseof.html deleted file mode 100644 index f1c41c2..0000000 --- a/themes/lugo/layouts/_default/baseof.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html> -<html lang="{{ .Site.Language }}"> -<head> - <title>{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }}</title> - <link rel="canonical" href="{{ .Site.BaseURL }}"> - <link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'> - <link rel='stylesheet' type='text/css' href='/style.css'> - {{ with .Site.Params.favicon }}<link rel="icon" href="{{ . }}"> - {{ end -}} - <meta name="description" content="{{ with .Params.description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}"> - {{ if isset .Params "tags" }}<meta name="keywords" content="{{ with .Params.tags }}{{ delimit . ", " }}{{ end }}"> - {{ end -}} - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="robots" content="index, follow"> - <meta charset="utf-8"> -</head> -<body> -<ul class="menu-list"> -<li class="menu-item"><a href="{{ .Site.BaseURL }}">λ</a></li> -<li class="menu-item"><a href="{{ .Site.BaseURL }}/tags/projects">Projects</a></li> -<li class="menu-item"><a href="{{ .Site.BaseURL }}/tags">Tags</a></li> -<li class="menu-item" style="float:right"><a href="{{ .Site.BaseURL }}/about">About</a></li> -</ul> -{{ if .Site.Menus.main }}{{ partial "nav.html" . }}{{ end -}} -<main> -<header><h1 id="tag_{{ .Title }}">{{ block "title" . }}{{ end }}</h1></header> -<article> -{{ block "main" . }} -{{ .Content }} -{{ end }} -{{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}} -{{ if .Param "taglist" }}{{ partial "taglist.html" . }}{{ end -}} -</article> -</main> -{{ block "footer" . }} -<footer> - {{- if .Param "showrss" }}<a href="/index.xml">Subscribe to my RSS feed</a>{{ end }} -</footer> -{{ end }} -</body> -</html> |
