remove hugo code in .css files.

This commit is contained in:
Junyi Hou 2024-03-13 16:38:42 +08:00
parent a29bf0d7b0
commit 8aba514632
4 changed files with 74 additions and 65 deletions

View file

@ -45,6 +45,8 @@
{{end}}
{{ partial "resource.html" (dict "context" . "type" "css" "filename" "css/main.css") }}
{{ partial "resource.html" (dict "context" . "type" "css" "filename" "css/light.css") }}
{{ partial "resource.html" (dict "context" . "type" "css" "filename" "css/dark.css") }}
{{ if .Site.Params.copyCodeButton | default true }}
{{ partial "resource.html" (dict "context" . "type" "js" "filename" "js/copy-code.js") }}