Public release 1

This commit is contained in:
Frank "PHiAX" Weggelaar 2026-03-12 16:52:48 +01:00
parent a7b5476385
commit d60b4ffecd
5 changed files with 125 additions and 20 deletions

View file

@ -1 +1 @@
<p>CC3.0-SA-NC {{ now.Year }}. PHiAX.</p>
<p><i class="cc cc-cc"></i> <i class="cc cc-by"></i> <i class="cc cc-sa"></i> <i class="cc cc-nc-eu"></i> {{ now.Year }} by PHiAX. Build with HUGO</p>

View file

@ -12,7 +12,7 @@ For a given taxonomy, renders a list of terms assigned to the page.
{{- with $page.GetTerms $taxonomy }}
{{- $label := (index . 0).Parent.LinkTitle }}
<div class="article-end-ribbon">Tags:
<div class="article-tag-ribbon">Tags:
{{- range . }}
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
{{- end }}

View file

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