1.1 --- a/templates/theme.html Sat Jan 18 15:13:22 2014 +0100
1.2 +++ b/templates/theme.html Sat Jan 18 15:22:16 2014 +0100
1.3 @@ -4,11 +4,12 @@
1.4 <meta charset="utf-8">
1.5 <!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
1.6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
1.7 -<meta name="description" content="">
1.8 -<meta name="author" content="">
1.9 -<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}">
1.10 +<meta name="description" content="Der Python Wettbewerb für Mädchen & Jungen 2014. Attraktives Programmieren für junge Leute">
1.11 +<meta name="keywords" content="Python,Software,Blender,Programmieren,Wettbewerb,2013,2014,pymove3d,3d,europython,3D-Software">
1.12 +<meta name="author" content="Python Software Verband e.V">
1.13 +<link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico')}}">
1.14
1.15 -<title>PyMove3D -- 2014</title>
1.16 +<title>PyMove3D - Der Python Wettbewerb für Mädchen & Jungen 2014</title>
1.17
1.18 <!-- Bootstrap core CSS -->
1.19 <link href="/static/css/bootstrap.css" rel="stylesheet">