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

page-header.html « partials « layouts - github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b785195bb5b5f05c4334513c30ba1a41f50e4725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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" . }}