content(blog): remove template for blog
All checks were successful
ci/woodpecker/push/deploy-rsync Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy-rsync Pipeline was successful
This commit is contained in:
parent
50217b03ea
commit
96c02e7ba3
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
||||||
{{ define "page" }}
|
|
||||||
<content>
|
|
||||||
<h1>{{ .Title }}</h1>
|
|
||||||
<p>{{ .Content }}</p>
|
|
||||||
<h2>Latest posts</h2>
|
|
||||||
{{ range .Pages }}
|
|
||||||
<div class="section-page-item">
|
|
||||||
<h3>{{ .Title }}</h3>
|
|
||||||
<div class="details">
|
|
||||||
<time class="float-left">{{ .PublishDate | time.Format ":date_medium" }}</time>
|
|
||||||
{{- if .Site.Params.Display.ReadingTime -}}
|
|
||||||
<div class="read-time float-left"> • {{ partial "reading-time.html" . }}</div>
|
|
||||||
{{- end -}}
|
|
||||||
{{- if and .Site.Params.Display.Author .Page.Params.Author -}}
|
|
||||||
<div class="author float-left"> • by {{ .Page.Params.Author }}</div>
|
|
||||||
{{- end -}}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="summary">{{ .Summary }}</div>
|
|
||||||
<a href="{{ .RelPermalink }}">Read more →</a>
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
|
||||||
</content>
|
|
||||||
{{ end }}
|
|
Loading…
Reference in a new issue