Fixing sitemap, and page titles.

This commit is contained in:
Dan 2023-01-09 11:09:41 -05:00
parent a8ac0bc492
commit 46d0f4afdb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
baseURL: http://spiffworkflow.org/
baseURL: https://www.spiffworkflow.org/
languageCode: en-us
title: SpiffWorkflow
theme: fresh

View File

@ -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>