Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 6af1f0e..0faa1b7 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- {{ partial "html-meta.html" . -}}
+{{ partial "html-meta.html" . -}}
<title>{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
<link rel="stylesheet" type="text/css" href="{{ "/css/main.css" | relURL }}">
- {{ with .Site.Params.favicon -}}
+{{ with .Site.Params.favicon -}}
<link rel="shortcut icon" href="{{ . }}" type="image/x-icon">
- {{ end -}}
+{{ end -}}
</head>
<body>
<header>
@@ -28,11 +28,14 @@
<a href="{{ .URL }}">{{ .Name }}</a>
{{- end -}}
</nav>
+ {{ if .Site.Params.EnableSearch -}}
+ <div class="search">
+ {{ partial "search.html" . }}
+ </div>
+ {{ end -}}
</header>
<main>
- <article>
- {{ block "main" . }}{{- end }}
- </article>
+ {{ block "main" . }}{{- end }}
</main>
<footer>
<div>