Skip to content
Snippets Groups Projects
Commit 94897db4 authored by Štěpán Balážik's avatar Štěpán Balážik
Browse files

Dynamically change the year in the tagline

We just have redeploy using the CI.
parent 5942f818
1 merge request!90Dynamically change the year in the tagline
Pipeline #74232 passed with stage
in 4 minutes and 22 seconds
This commit is part of merge request !90. Comments created here will be created in the context of that merge request.
......@@ -2,11 +2,12 @@
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
import datetime
import re
import pyphen
SITENAME = "Knot Resolver"
SITESUBTITLE = "Resolve DNS names like it’s 2020"
SITESUBTITLE = "Resolve DNS names like it’s %d" % datetime.date.today().year
SITE_LOGO = "/images/logo.svg"
SITEURL = "https://www.knot-resolver.cz"
NEWS_TITLE = "Releases"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment