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 ...@@ -4,6 +4,7 @@ from __future__ import unicode_literals
AUTHOR = u'Dominik George' AUTHOR = u'Dominik George'
SITENAME = u'Dominik George' SITENAME = u'Dominik George'
SITESUBTITLE = u'Free Software Fellow, Education Enthusiast, sozialliberal'
SITEURL = '' SITEURL = ''
PATH = 'content' PATH = 'content'
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de"> <html lang="{{ DEFAULT_LANG }}">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="static/master.css" /> <link rel="stylesheet" href="static/master.css" />
<link rel="stylesheet" href="static/colors.css" /> <link rel="stylesheet" href="static/colors.css" />
<title>{% block title %}{% endblock %}</title> <title>{% block title %}{% endblock %} · {{ SITENAME }}</title>
</head> </head>
<body> <body>
<div id="container"> <div id="container">
<div id="header"> <div id="header">
<h1 id="pagetitle">Dominik George</h1> <h1 id="pagetitle">{{ SITENAME }}</h1>
<p id="subtitle">Free Software Fellow, Education Enthusiast, sozialliberal</p> <p id="subtitle">{{ SITESUBTITLE }}</p>
</div> </div>
<div id="menu"> <div id="menu">
<ul> <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