Skip to content

Commit

Permalink
Insert page dates at beginning of all simple pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gmantele committed Mar 21, 2024
1 parent 0e3accc commit b467cd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{ define "main"}}

{{- partial "page-dates.html" . }}

<article class="w3-container w3-content">
<header>
<h1>{{ .Title }}</h1>
Expand Down

0 comments on commit b467cd4

Please sign in to comment.