Skip to content

Commit

Permalink
refactor(layouts.artists): move summary to header
Browse files Browse the repository at this point in the history
  • Loading branch information
alebabai committed Sep 30, 2024
1 parent 09f9064 commit b3b89ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/artists/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ <h1>{{ .Title }}</h1>
<article>
<header>
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ .Summary }}
</header>
{{ .Summary }}
<ul>
{{- range .Pages.ByTitle }}
<li>
Expand Down

0 comments on commit b3b89ba

Please sign in to comment.