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"