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

Use variables.

parent 4a4711e7
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ from __future__ import unicode_literals
AUTHOR = u'Dominik George'
SITENAME = u'Dominik George'
SITESUBTITLE = u'Free Software Fellow, Education Enthusiast, sozialliberal'
SITEURL = ''
PATH = 'content'
......
<!DOCTYPE html>
<html lang="de">
<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" />
<title>{% block title %}{% endblock %}</title>
<title>{% block title %}{% endblock %} · {{ SITENAME }}</title>
</head>
<body>
<div id="container">
<div id="header">
<h1 id="pagetitle">Dominik George</h1>
<p id="subtitle">Free Software Fellow, Education Enthusiast, sozialliberal</p>
<h1 id="pagetitle">{{ SITENAME }}</h1>
<p id="subtitle">{{ SITESUBTITLE }}</p>
</div>
<div id="menu">
<ul>
......
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