mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Fix titles
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
date = "2015-08-22T06:42:21-07:00"
|
||||
draft = false
|
||||
title = "about"
|
||||
title = "About"
|
||||
|
||||
+++
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
date = "2015-08-19T20:29:37-07:00"
|
||||
draft = false
|
||||
title = "code"
|
||||
title = "Code"
|
||||
|
||||
+++
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
{{ if eq $url "/" }}
|
||||
{{ .Site.Title }}
|
||||
{{ else }}
|
||||
{{ .Title }} · {{ .Site.Title }}
|
||||
{{ if .Params.Heading }} {{ .Params.Heading }} {{ else }} {{ .Title }} {{ end }}
|
||||
{{ end }}
|
||||
</title>
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
|
Reference in New Issue
Block a user