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 }}