Skip to content

Commit

Permalink
fix: custom.css url mistake #404
Browse files Browse the repository at this point in the history
  • Loading branch information
xianmin committed Nov 1, 2024
1 parent 2b2e22d commit 74738fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

<!-- custom css -->
{{ range .Site.Params.customCSS }}
<link rel="stylesheet" href="{{ " css/" | relURL }}{{ . }}">
<link rel="stylesheet" href="{{ "css/" | relURL }}{{ . }}">
{{ end }}

{{/* NOTE: These Hugo Internal Templates can be found starting at
Expand Down

0 comments on commit 74738fe

Please sign in to comment.