Skip to content

Commit

Permalink
Merge branch 'main' into iss32
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed May 22, 2024
2 parents e21a1af + 739fcdc commit 7d9e04e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{ define "main"}}
<h1>{{ .Title }} List</h1>
<h1>{{ .Title }}</h1>

{{ .Content }}

{{ range .Pages }}
<p>
Expand Down

0 comments on commit 7d9e04e

Please sign in to comment.