mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
header: Encode pipe character in Google Fonts url (#158)
This commit is contained in:
parent
075af96389
commit
5f91263ed6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | relURL }}">
|
||||
<link rel="stylesheet" href="{{ "/css/font-awesome.min.css" | relURL }}">
|
||||
<link rel="stylesheet" href="{{ "/css/academicons.min.css" | relURL }}">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700|Merriweather|Roboto+Mono">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather%7CRoboto+Mono">
|
||||
<link rel="stylesheet" href="{{ "/css/hugo-academic.css" | relURL }}">
|
||||
{{ range .Site.Params.custom_css }}
|
||||
<link rel="stylesheet" href="{{ "/css/" | relURL }}{{ . }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue