From a23b69ee704565c6f646f5cad704c6b4c547d39d Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Mon, 1 Apr 2024 02:36:20 -0400 Subject: [PATCH] Minor change to site title --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 7a5d7093..422c824c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ # The base url of the website. This should be all lowercase and end with a forward slash. baseurl = "https://semantic-versioning.org/" languageCode = "en-us" -title = "Semantic Versioning Specification" +title = "The Semantic Versioning Specification" paginate = 20 pygmentsCodeFences = true