mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
fixed breadcrumbs
moved some code to util.py to clean up views.py added migration for start of db.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@@ -43,7 +42,7 @@
|
||||
<ul class="nav navbar-nav">
|
||||
{% block navbar %}
|
||||
<li class="active"><a href="/comic/">Home</a></li>
|
||||
<li><a href="#about">About</a></li>
|
||||
<li><a href="settings/">Settings</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
{% endblock %}
|
||||
</ul>
|
||||
@@ -61,14 +60,18 @@
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
</div><!-- /.container -->
|
||||
|
||||
<!-- /.container -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<p class="text-muted"><a href="https://github.com/ajurna/cbreader">CBReader</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
||||
<script src="../../static/js/bootstrap.min.js"></script>
|
||||
<script src="/static/js/bootstrap.min.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user