diff --git a/config.toml b/config.toml index 7bf653f..889821b 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,9 @@ # The URL the site will be built for base_url = "https://coolans.dev" +# The site title and description; used in feeds by default. +title = "Coolans Blogs" + # Whether to automatically compile all Sass files in the sass directory compile_sass = false diff --git a/templates/base.html b/templates/base.html index 60ef019..962d99e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -126,13 +126,21 @@