Update prism themes

This commit is contained in:
Dave Gallant
2024-04-06 23:08:06 -04:00
parent 391d164ae9
commit 7ea7031521
4 changed files with 6 additions and 9 deletions

View File

@@ -1,12 +1,9 @@
{{ range $pageIndex, $page := .Pages }}
<article class="post">
<div class="post-header">
<a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
<a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
{{ partial "post-meta.html" (dict "page" . "pageIndex" $pageIndex) }}
</div>
</article>
{{ end }}