This commit is contained in:
hansel 2022-10-29 21:47:43 -07:00
parent d79678d093
commit 96f50377b8
6 changed files with 56 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: "hike"
date: "2019"
---
went to china

View File

@ -0,0 +1,4 @@
---
title: "hike"
---
went to china

View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="{{ .Lang }}">
{{ partial "head.html" . }}
<body>
{{partial "search.html" .}}
<div class="singlePage">
<!-- Begin actual content -->
{{partial "header.html" .}}
<article>
<h1>{{ i18n "tag" }}: {{ .Title }}</h1>
{{with .Params.description}}
<p>{{.}}</p>
<a href="/tags">See all tags →</a>
{{end}}
{{partial "page-list.html" .Paginator.Pages}}
{{ template "_internal/pagination.html" . }}
</article>
{{partial "contact.html" .}}
</div>
</body>
</html>

View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="{{ .Lang }}">
{{ partial "head.html" . }}
<body>
{{partial "search.html" .}}
<div class="singlePage">
<!-- Begin actual content -->
{{partial "header.html" .}}
<article>
<h1>{{ i18n "tag" }}: {{ .Title }}</h1>
{{with .Params.description}}
<p>{{.}}</p>
<a href="/tags">See all tags →</a>
{{end}}
{{partial "page-list.html" .Paginator.Pages}}
{{ template "_internal/pagination.html" . }}
</article>
{{partial "contact.html" .}}
</div>
</body>
</html>

View File

@ -1,5 +1,4 @@
---
title: "hike"
date: "2019"
---
went to china

View File

@ -20,3 +20,4 @@
</div>
</body>
</html>