From 608476ef0d9af832fee3e62847bc38c337a8b861 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 22 Apr 2026 10:38:35 -0500 Subject: [PATCH] Set site title to W5ISP for page title suffix --- templates/index.html | 2 +- zola.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index a65c1e0..360de3c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}{{ section.title }} - {{ config.title }}{% endblock title %} +{% block title %}{{ config.title }}{% endblock title %} {% block content %}
diff --git a/zola.toml b/zola.toml index 963bba1..cf8818c 100644 --- a/zola.toml +++ b/zola.toml @@ -1,6 +1,8 @@ # The URL the site will be built for base_url = "https://w5isp.com" +title = "W5ISP" + # Theme theme = "zolanight"