- commit
- 6e76a38414b6c30344e53ef8afc50def1caf1a4f
- parent
- 4977b9314e03e724a59bc4faf7cc73c17eec73e3
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-11-18 10:25
cleanup templates
Diffstat
| M | tpl/app.html | 15 | +++------------ |
| M | tpl/markdown.html | 5 | +---- |
2 files changed, 4 insertions, 16 deletions
diff --git a/tpl/app.html b/tpl/app.html
@@ -5,19 +5,10 @@ 5 5 <meta charset="utf-8"> 6 6 <title>voterunner - {{ topic }}</title> 7 7 <meta name="viewport" content="width=device-width" /> -1 8 <meta name="robots" content="noindex" /> 8 9 <link rel="shortcut icon" href="/favicon.ico"/> 9 10 <link rel="stylesheet" type="text/css" href="/style.css" />10 -111 -1 <link rel="alternate" type="application/json" href="json/" />12 -113 -1 <link rel="payment" href="https://flattr.com/submit/auto?url=http://voterunner.herokuapp.com&user_id=ximusic&category=software"/>14 -115 11 <script type="text/javascript" src="/voterunner.js"></script>16 -117 -1 <meta name="robots" content="noindex" />18 -1 <!--[if lt IE 9]>19 -1 <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>20 -1 <![endif]-->21 12 </head> 22 13 23 14 <body> @@ -48,8 +39,8 @@ 48 39 <div id="tree"></div> 49 40 </div></div> 50 4151 -1 </body>-1 42 {{ nodes|json }} 52 4353 -1 {{ nodes|json }}-1 44 </body> 54 45 55 46 </html>
diff --git a/tpl/markdown.html b/tpl/markdown.html
@@ -4,13 +4,10 @@ 4 4 <head> 5 5 <meta charset="utf-8"> 6 6 <title>voterunner</title> -1 7 <meta name="viewport" content="width=device-width" /> 7 8 <link rel="shortcut icon" href="/favicon.ico"/> 8 9 <link rel="stylesheet" type="text/css" href="/style.css" />9 -110 10 <meta name="description" content="quick and dirty votes and discussions" />11 -1 <meta name="keywords" content="liquid democracy vote discussion" />12 -113 -1 <link rel="payment" href="https://flattr.com/submit/auto?url=http://voterunner.herokuapp.com&user_id=ximusic&category=software"/>14 11 </head> 15 12 16 13 <body>