Remove Read more

This commit is contained in:
Dave Gallant
2023-05-13 23:27:03 -04:00
parent 3bbbbc896b
commit f37160d614
2 changed files with 0 additions and 10 deletions

View File

@@ -18,7 +18,6 @@
<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" . }}