mobile view wip
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='themes/'+theme) }}">
|
||||
{% endfor %}
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
|
||||
|
||||
|
||||
|
||||
<div id="main">
|
||||
|
||||
@@ -48,6 +51,10 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div id="mobile-nav">
|
||||
<a href="{{ url_for('home.index') }}">Home</a> | <a href="{{ url_for('home.full_list') }}">Full List</a> | <a href="{{ url_for('home.groups') }}">Groups</a> | <a href="{{ url_for('blog.blog') }}">Blog</a>
|
||||
</div>
|
||||
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user