This commit is contained in:
2021-12-27 15:04:39 +01:00
parent eacff74c0a
commit aaedbc1e5a
3 changed files with 59 additions and 473 deletions

View File

@ -28,9 +28,11 @@
</h3>
</a>
{{ if .date }}
<div class="absolute top-0 right-0">
{{ partial "badge.html" (print "Date : " .date) }}
</div>
{{ end }}
</div>
<div class="prose dark:prose-light flex-grow">
{{ readFile (print "_data/works/" .name ".md") | markdownify }}