mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
ok
This commit is contained in:
parent
d79678d093
commit
96f50377b8
5
.history/content/hi/hike_20221029213905.md
Normal file
5
.history/content/hi/hike_20221029213905.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "hike"
|
||||
date: "2019"
|
||||
---
|
||||
went to china
|
||||
4
.history/content/hi/hike_20221029214732.md
Normal file
4
.history/content/hi/hike_20221029214732.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "hike"
|
||||
---
|
||||
went to china
|
||||
23
.history/layouts/_default/term_20221029214525.html
Normal file
23
.history/layouts/_default/term_20221029214525.html
Normal 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>
|
||||
|
||||
23
.history/layouts/_default/term_20221029214659.html
Normal file
23
.history/layouts/_default/term_20221029214659.html
Normal 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>
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: "hike"
|
||||
date: "2019"
|
||||
---
|
||||
went to china
|
||||
@ -20,3 +20,4 @@
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user