Set site title to W5ISP for page title suffix
This commit is contained in:
parent
fbda01c8ac
commit
608476ef0d
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{{ section.title }} - {{ config.title }}{% endblock title %}
|
||||
{% block title %}{{ config.title }}{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
<section>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# The URL the site will be built for
|
||||
base_url = "https://w5isp.com"
|
||||
|
||||
title = "W5ISP"
|
||||
|
||||
# Theme
|
||||
theme = "zolanight"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue