Skip to content
Snippets Groups Projects
Verified Commit 4a00df8b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix site URL.

parent c6213964
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ from __future__ import unicode_literals
AUTHOR = u'Dominik George'
SITENAME = u'Dominik George'
SITESUBTITLE = u'Free Software Fellow, Education Enthusiast, sozialliberal'
SITEURL = 'https://www.dominik-george.de'
SITEURL = ''
PATH = 'content'
STATIC_PATHS = ['static']
......
......@@ -10,8 +10,8 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = ''
RELATIVE_URLS = False
SITEURL = 'https://www.dominik-george.de'
RELATIVE_URLS = True
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
......
......@@ -2,8 +2,8 @@
<html lang="{{ DEFAULT_LANG }}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="static/master.css" />
<link rel="stylesheet" href="static/colors.css" />
<link rel="stylesheet" href="{{ SITEURL }}/static/master.css" />
<link rel="stylesheet" href="{{ SITEURL }}/static/colors.css" />
<title>{% block title %}{% endblock %} · {{ SITENAME }}</title>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment