More slash fixes
parent
60a32fc46d
commit
aa9ec1ef22
|
@ -2,8 +2,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{{ .Title }} - {{ .Site.Title }}</title>
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/crab.css">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}{{ .Site.Params.custom_css }}">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/crab.css">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/{{ .Site.Params.custom_css }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0">
|
||||
{{ .Hugo.Generator }}
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
<div id="header-left">
|
||||
|
||||
<div id="site-logo">
|
||||
<a href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}{{ .Site.Params.logoimage }}"></a>
|
||||
<a href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}/{{ .Site.Params.logoimage }}"></a>
|
||||
</div>
|
||||
|
||||
<div id="site-title"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></div>
|
||||
|
|
Loading…
Reference in New Issue