mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
multilingual: Fix styles.css
link when defaultContentLanguageInSubdir = true
Fix #412
This commit is contained in:
parent
ed61956cfa
commit
cf6d923c90
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
{{ with ($scr.Get "google_fonts") }}
|
||||
<link rel="stylesheet" href="{{ printf "//fonts.googleapis.com/css?family=%s" . }}">
|
||||
{{ end }}
|
||||
<link rel="stylesheet" href="{{ "styles.css" | relURL }}">
|
||||
<link rel="stylesheet" href="{{ "styles.css" | relLangURL }}">
|
||||
{{ range .Site.Params.custom_css }}
|
||||
<link rel="stylesheet" href="{{ "/css/" | relURL }}{{ . }}">
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue