forked from mirrors/hugo-tufte
Personal changes, dark theme, less whitespace
This commit is contained in:
parent
23b85481b6
commit
3be1680484
8 changed files with 80 additions and 40 deletions
layouts/partials
|
@ -23,6 +23,10 @@
|
|||
{{- range .Params.tags -}}
|
||||
<a href="{{ "/tags/" | absURL }}{{ . | urlize }}">{{ . }}</a>
|
||||
{{- end -}}
|
||||
|
||||
{{- range .Params.categories -}}
|
||||
<a href="{{ "/categories/" | absURL }}{{ . | urlize }}">@{{ . }}</a>
|
||||
{{- end -}}
|
||||
</span>
|
||||
{{- end -}}
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue