Hermit-V2 Theme Update

This commit is contained in:
GitHub Action
2023-12-31 15:34:38 +00:00
parent 3b7c0a5e79
commit 2569706cd4
4 changed files with 16 additions and 1 deletions

View File

@ -678,7 +678,14 @@ a.footnote-ref {
margin-right: .5em;
&::before {
content: "#"
{{- with .Site.Params.tagSymbol | default "#" -}}content: "{{ . }}"{{- end -}}
}
}
.category {
margin-right: .5em;
&::before {
{{- with .Site.Params.categorySymbol | default "" -}}content: "{{ . }}"{{- end -}}
}
}
}