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

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/page-header.html')
-rw-r--r--layouts/partials/page-header.html18
1 files changed, 13 insertions, 5 deletions
diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html
index 68e6733..b785195 100644
--- a/layouts/partials/page-header.html
+++ b/layouts/partials/page-header.html
@@ -1,5 +1,13 @@
-<header>
- <div>
- {{ partial "site-navigation.html" . }}
- </div>
-</header> \ No newline at end of file
+<div>
+ <h3>
+ <a href="{{ .Site.BaseURL }}" title="{{ .Site.Title }}" class="heading">{{ .Site.Title }}</a>
+ </h3>
+</div>
+<h1>
+ {{- .Title -}}
+</h1>
+{{- partial "tags.html" . -}}
+<time class="text-eucalyptus-600" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
+ {{- .Date.Format "2006年1月2日" -}}
+</time>
+{{ partial "site-navigation.html" . }} \ No newline at end of file