add DATE to pelicanconf.py

This commit is contained in:
error 2022-08-29 20:11:53 +02:00
parent 5c286a76d7
commit 794721dc43

View File

@ -3,6 +3,10 @@ from os import curdir
path.append(curdir)
from filters import add_lightboxes, add_sidenotes
from datetime import date
DATE = str(date.today())
AUTHOR = 'Error'
SITENAME = 'Undefined Behavior'
SITEURL = ''