fix missing slash in stylesheet path
This commit is contained in:
parent
2d1a312805
commit
c95d802876
|
@ -9,7 +9,7 @@
|
||||||
<meta property="og:site_name" content="{{ .Site.Title }}">
|
<meta property="og:site_name" content="{{ .Site.Title }}">
|
||||||
{{.Hugo.Generator}}
|
{{.Hugo.Generator}}
|
||||||
<link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ .Site.Title }}" href="{{ .Site.RSSLink }}" />
|
<link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ .Site.Title }}" href="{{ .Site.RSSLink }}" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{.Page.Site.BaseURL}}css/style.css">
|
<link rel="stylesheet" type="text/css" href="{{.Page.Site.BaseURL}}/css/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>{{.Site.Params.siteHeading}}</h1>
|
<h1>{{.Site.Params.siteHeading}}</h1>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user