Skip to content

Commit dbf1590

Browse files
committed
add date to pages
1 parent 19760f3 commit dbf1590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layouts/_default/section.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<hr>
44

55
<h1>{{ .Title }}</h1>
6+
<p>{{ .Date }}</p>
67
{{ .Content }}
78

89
<hr>

0 commit comments

Comments
 (0)