Add new photo

This commit is contained in:
Fundor333
2025-08-20 21:27:02 +02:00
parent 1f80d9e627
commit 876c878f61
10 changed files with 42 additions and 1 deletions

View File

@@ -5,4 +5,7 @@
{{ range .Params.categories }}
#<a class="p-category tag" rel="tag" href="{{ "/categories/" | relLangURL }}{{ . | urlize }}">{{ . }} </a>
{{ end }}
{{ range .Params.themes }}
#<a class="p-category tag" rel="tag" href="{{ "/themes/" | relLangURL }}{{ . | urlize }}">{{ . }} </a>
{{ end }}
</p>

View File

@@ -17,7 +17,7 @@
{{ . | time.Format $configDateFormat }}
</time>
{{ end }}
{{- partial "tags.html" . -}}
{{ partial "tags.html" . }}
{{ partial "toc.html" .}}
<div class="page-content e-content">