Skip to content

Commit

Permalink
remove a
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Sep 28, 2024
1 parent 64aa6fb commit ca3603d
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions layouts/random/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@
<section id="sec-random-pages" class="mt-8">
{{ range .Pages }}
<article class="pb-6">
<a class="flex">
<div>
<h3 class="flex text-xl font-semibold">
{{ .Date | time.Format "2006-01-02" }}
</h3>
<div class="prose dark:prose-invert">
<p class="text-sm text-neutral-400">
{{ .Content | emojify }}
</p>
</div>
</div>
</a>
<div>
<h3 class="flex text-xl font-semibold">
{{ .Date | time.Format "2006-01-02" }}
</h3>
<div class="prose dark:prose-invert">
<p class="text-sm text-neutral-400">
{{ .Content | emojify }}
</p>
</div>
</div>
</article>
{{ end }}
</section>
Expand Down

0 comments on commit ca3603d

Please sign in to comment.