mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Fix titles
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@@ -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"
|
||||||
|
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@@ -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 }}">
|
||||||
|
Reference in New Issue
Block a user