fix baseURL

update for hugo 0.15
This commit is contained in:
blinksmith 2016-01-25 06:26:13 +07:00
parent e6b3d2ec3b
commit 15081ac7e5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<base href="{{ .Site.BaseUrl }}"> <base href="{{ .Site.BaseURL }}">
<title> {{ .Title }} </title> <title> {{ .Title }} </title>
<link rel="canonical" href="{{ .Permalink }}"> <link rel="canonical" href="{{ .Permalink }}">
{{ template "chrome/head_includes.html" . }} {{ template "chrome/head_includes.html" . }}

View File

@ -9,7 +9,7 @@
It probably does not need to be changed. It probably does not need to be changed.
--> -->
<meta charset="utf-8"> <meta charset="utf-8">
<base href="{{ .Site.BaseUrl }}"> <base href="{{ .Site.BaseURL }}">
<title>{{ .Site.Title }}</title> <title>{{ .Site.Title }}</title>
<link rel="canonical" href="{{ .Permalink }}"> <link rel="canonical" href="{{ .Permalink }}">
<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />