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 languageCode: en-us
title: SpiffWorkflow title: SpiffWorkflow
theme: fresh theme: fresh

View File

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