Add better series taxonomy list and clean up post metadata

This commit is contained in:
2021-11-13 17:04:10 -06:00
parent 21180991c0
commit 96893d7de6
11 changed files with 172 additions and 81 deletions

View File

@ -0,0 +1,13 @@
{{ with .Site.Params.gitFileURL }}
<span class="post-meta-item">
{{ with $.Site.Params.gitFileIcon }}
{{ partial "icon.html" . }}
{{ else }}
{{ partial "icon.html" "file" }}
{{ end }}
<a href="{{ printf "%s/content/%s" . $.File.Path }}" target="_blank" rel="noopener">
View source
</a>
</span>
{{ end }}