fix baseURL
update for hugo 0.15
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base href="{{ .Site.BaseUrl }}">
|
||||
<base href="{{ .Site.BaseURL }}">
|
||||
<title> {{ .Title }} </title>
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
{{ template "chrome/head_includes.html" . }}
|
||||
|
||||
Reference in New Issue
Block a user