mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-29 19:09:50 -08:00
Use absURL for CSS links
This commit is contained in:
@@ -9,10 +9,10 @@
|
|||||||
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||||
<link rel="shortcut icon" href="/favicon.png">
|
<link rel="shortcut icon" href="/favicon.png">
|
||||||
|
|
||||||
<link href="{{ .Site.BaseURL }}webfonts/ptserif/main.css" rel='stylesheet' type='text/css'>
|
<link href="{{ "webfonts/ptserif/main.css" | absURL }}" rel='stylesheet' type='text/css'>
|
||||||
<link href="{{ .Site.BaseURL }}webfonts/source-code-pro/main.css" rel="stylesheet" type="text/css">
|
<link href="{{ "webfonts/source-code-pro/main.css" | absURL }}" rel="stylesheet" type="text/css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
|
<link rel="stylesheet" href="{{ "css/style.css" | absURL }}">
|
||||||
|
|
||||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user