Skip to content

Commit

Permalink
Update single.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ventris authored Apr 19, 2024
1 parent 9300525 commit 2f55faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="column">
<div class="content">
<h1 class="title is-3">{{.Page.Title | title }}</h1>
<h2 class="subtitle is-5"><time>{{ if ne "" }}{{ .Date.Format "January 2, 2006" }}{{ end }}</time></h2>
{{ if .Date.Format }}<h2 class="subtitle is-5"><time>{{ .Date.Format "January 2, 2006" }}</time></h2>{{ end }}
<p class="subtitle is-4">{{.Page.Description}}</p>
{{ .Content }}
</div>
Expand Down

0 comments on commit 2f55faf

Please sign in to comment.