Skip to content

Commit

Permalink
fixup! templates: render static pages using templ
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <me@sumnerevans.com>
  • Loading branch information
sumnerevans committed May 25, 2024
1 parent ce0374a commit ca3fa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/templates/archive.templ
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ templ Archive(years []YearInfo) {
<div class="col mx-4">
for i, link := range year.Links {
if i > 0 {
&nbsp;&bull;&nbsp;
&nbsp;&bull;
}
<a href={ link.URL } target="_blank">{ link.Title }</a>
}
Expand Down

0 comments on commit ca3fa52

Please sign in to comment.