Revert "I need to change how this git works"

This reverts commit ba4f4edfe9.
This commit is contained in:
Frank "PHiAX" Weggelaar 2026-03-02 22:50:37 +01:00
parent ba4f4edfe9
commit a7b5476385

View file

@ -1,10 +1,9 @@
{{ define "main" }}
<article class="article-box">
<article class="article-content">
<h1>{{ .LinkTitle }}</h1>
<div class="article-title">{{ time.Format "Monday 2 January 2006" .PublishDate }}</div>
<div class="article">
<h1>{{ .LinkTitle }}</h1>
{{ .Content }}
</div>
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}