1
0
Fork 0
forked from mirrors/hugo-tufte

minor changes to layouts

This commit is contained in:
loikein 2023-04-24 02:18:29 +01:00
commit 9e249d6e0c
2 changed files with 3 additions and 3 deletions
layouts/partials

View file

@ -26,8 +26,8 @@
<span>{{ .ReadingTime }} min read&nbsp;</span>
{{- end -}}
{{- range .Params.categories -}}
<a href="{{ "/categories/" | absURL }}{{ . | urlize }}">{{ . }}</a>&nbsp;
{{- range .Params.tags -}}
<a href="{{ "/tags/" | absURL }}{{ . | urlize }}">{{ . }}</a>&nbsp;
{{- end -}}
</span>
{{- end -}}