Skip to content

Commit

Permalink
cmd/index: drop bullet point in list
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelPour committed Jan 30, 2024
1 parent 2a0b555 commit 57276fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{{.Cfg.Description}}
<ul>
{{range .Posts}}
<li>
<li style='list-style:none'>
<span class='date'>[{{.CreatedAt}}]</span>
<a href='{{ .Link }}'>{{ .Title }}</a>
</li>
Expand Down

0 comments on commit 57276fe

Please sign in to comment.