Set site title to W5ISP for page title suffix

This commit is contained in:
Graham McIntire 2026-04-22 10:38:35 -05:00
parent fbda01c8ac
commit 608476ef0d
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}{{ section.title }} - {{ config.title }}{% endblock title %}
{% block title %}{{ config.title }}{% endblock title %}
{% block content %}
<section>

View file

@ -1,6 +1,8 @@
# The URL the site will be built for
base_url = "https://w5isp.com"
title = "W5ISP"
# Theme
theme = "zolanight"