remove hugo code in .css files.
This commit is contained in:
parent
a29bf0d7b0
commit
8aba514632
4 changed files with 74 additions and 65 deletions
|
@ -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") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue