#676, Add support for copytight hugo configuration

This commit is contained in:
Alex Shpak
2025-09-21 02:06:44 +02:00
parent 1bd1cedd8d
commit d7cab414a7
8 changed files with 36 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{{ with .Date }}
<div class="flex align-center text-small book-post-date">
<img src="{{ "svg/calendar.svg" | relURL }}" class="book-icon " alt="" />
<img src="{{ "svg/calendar.svg" | relURL }}" class="book-icon" alt="" />
<span>{{ partial "docs/date" (dict "Date" . "Format" $.Site.Params.BookDateFormat) }}</span>
</div>
{{ end }}