remove unused bootstrap-js from template and remove generationtime

This commit is contained in:
Thor77 2015-07-13 21:06:32 +02:00
parent dd7732a757
commit 8eb01fdc50
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
{# <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css"> #}
<style type="text/css">
h1, p {
text-align: center;
@ -24,7 +23,6 @@
</ul>
{% endif %}
{% endfor %}
<p>generated in {{ generation_time }} seconds at {{ time }}</p>
</div>
</body>
</html>