Update to hugo v0.15

This commit is contained in:
blinksmith
2016-01-25 09:46:25 +07:00
parent 15081ac7e5
commit 81499bba36
44 changed files with 259 additions and 452 deletions
@@ -0,0 +1,16 @@
<!--
This is the actual header for each page of the site except the homepage.
It simply shows the title of the page and includes the css/fonts found in
/layouts/chrome/header.html
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base href="{{ .Site.BaseURL }}">
<title> {{ .Title }} </title>
<link rel="canonical" href="{{ .Permalink }}">
{{ partial "head_includes.html" . }}
</head>