Skip to content

Commit

Permalink
fix: display read more
Browse files Browse the repository at this point in the history
  • Loading branch information
yochidros authored and athul committed Dec 4, 2022
1 parent 5d283cd commit e1a3392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down

0 comments on commit e1a3392

Please sign in to comment.