mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Unicode all the things, incl. our settings files
This commit is contained in:
parent
70a72545ce
commit
d59a59dc83
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*- #
|
# -*- coding: utf-8 -*- #
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
AUTHOR = $author
|
AUTHOR = $author
|
||||||
SITENAME = $sitename
|
SITENAME = $sitename
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue