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
|
||||
title: SpiffWorkflow
|
||||
theme: fresh
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="{{ .Site.LanguageCode }}">
|
||||
<head>
|
||||
{{ partial "meta.html" . }}
|
||||
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
||||
<title>{{ block "title" . }}{{ .Params.Title }}, {{ .Site.Title }}{{ end }}</title>
|
||||
{{ partial "css.html" . }}
|
||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue