fix: display read more

This commit is contained in:
yochidros 2022-12-04 15:13:40 +09:00 committed by Athul Cyriac Ajay
parent 5d283cd3a9
commit e1a3392165
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
<h1 class="title"><a href="{{ .RelPermalink }}">{{.Title}}</a></h1>
<time>{{ dateFormat "Jan 2, 2006" .Date }}{{ if .Draft }} <span class="draft-label">DRAFT</span> {{ end }}</time>
<br>{{ template "partials/pagedescription.html" . }}
<a class="readmore" href="{{ .RelPermalink }}">Read more ⟶</a>
</section>
{{ end }}
{{ template "partials/paginator.html" . }}