Fixing sitemap, and page titles.
This commit is contained in:
parent
a8ac0bc492
commit
46d0f4afdb
|
@ -1,4 +1,4 @@
|
||||||
baseURL: http://spiffworkflow.org/
|
baseURL: https://www.spiffworkflow.org/
|
||||||
languageCode: en-us
|
languageCode: en-us
|
||||||
title: SpiffWorkflow
|
title: SpiffWorkflow
|
||||||
theme: fresh
|
theme: fresh
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="{{ .Site.LanguageCode }}">
|
<html lang="{{ .Site.LanguageCode }}">
|
||||||
<head>
|
<head>
|
||||||
{{ partial "meta.html" . }}
|
{{ partial "meta.html" . }}
|
||||||
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
<title>{{ block "title" . }}{{ .Params.Title }}, {{ .Site.Title }}{{ end }}</title>
|
||||||
{{ partial "css.html" . }}
|
{{ partial "css.html" . }}
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue