Fix titles

This commit is contained in:
Nishanth Shanmugham
2015-08-25 13:35:31 -05:00
parent fa606ea39e
commit 348e1e542a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
+++ +++
date = "2015-08-22T06:42:21-07:00" date = "2015-08-22T06:42:21-07:00"
draft = false draft = false
title = "about" title = "About"
+++ +++

View File

@@ -1,7 +1,7 @@
+++ +++
date = "2015-08-19T20:29:37-07:00" date = "2015-08-19T20:29:37-07:00"
draft = false draft = false
title = "code" title = "Code"
+++ +++

View File

@@ -6,7 +6,7 @@
{{ if eq $url "/" }} {{ if eq $url "/" }}
{{ .Site.Title }} {{ .Site.Title }}
{{ else }} {{ else }}
{{ .Title }} · {{ .Site.Title }} {{ if .Params.Heading }} {{ .Params.Heading }} {{ else }} {{ .Title }} {{ end }}
{{ end }} {{ end }}
</title> </title>
<link rel="canonical" href="{{ .Permalink }}"> <link rel="canonical" href="{{ .Permalink }}">