Skip to content

Commit

Permalink
Merge pull request #39 from ivoa/patch-list-layout
Browse files Browse the repository at this point in the history
Change title of list layout and display content
  • Loading branch information
JeremyMcCormick authored May 22, 2024
2 parents 96afb01 + a4045dd commit 739fcdc
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 739fcdc

Please sign in to comment.