mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-16 13:18:41 +00:00
Import Hugo
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<span class="separator">
|
||||
{{- range $index, $el := . -}}
|
||||
<a class="category" href="{{ ( printf "categories/%s/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
|
||||
{{- end -}}
|
||||
</span>
|
5
hugo/themes/anatole/layouts/partials/taxonomy/tags.html
Normal file
5
hugo/themes/anatole/layouts/partials/taxonomy/tags.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<span class="separator">
|
||||
{{- range $index, $el := . -}}
|
||||
<a class="tag" href="{{ ( printf "tags/%s/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
|
||||
{{- end -}}
|
||||
</span>
|
Reference in New Issue
Block a user