remove unused bootstrap-js from template and remove generationtime
This commit is contained in:
parent
dd7732a757
commit
8eb01fdc50
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue