Mogelijkheid om SCSS-bestanden op te splitsen, integrity-waarde wordt nu ingevuld, tags vriendelijker opgemaakt

This commit is contained in:
Michael Boelen 2023-05-21 00:42:05 +02:00
parent 031bc13507
commit 4a5c56bdb7
5 changed files with 91 additions and 11 deletions

View file

@ -33,14 +33,15 @@
{{ if .Params.tags }}
<section>
<h3>Tags</h3>
<div class="post-date">
<span class="g time">{{.Date.Format "January 2, 2006"}} </span> &#8729;
<div class="tags">
{{ $taxonomy := "tags" }} {{ with .Param $taxonomy }}
<ul>
{{ range $index, $tag := . }} {{ with $.Site.GetPage (printf "/%s/%s" $taxonomy $tag) -}}
<a href="{{ .Permalink }}">{{ $tag | urlize }}</a>
<li><a href="{{ .Permalink }}">{{ $tag | urlize }}</a></li>
{{- end -}} {{- end -}}
</ul>
{{ end }}
</div>
</div>
</section>
{{ end }}
</div>