More template fixes
This commit is contained in:
parent
d38fec6570
commit
0d3b41272f
3 changed files with 6 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
|||
<a href="{{ url_for }}" {% if request.url.path == url_for %}class="active"{% endif %}>{{ text }}</a>
|
||||
{% endmacro %}
|
||||
|
||||
<div style="margin:30px 0;">
|
||||
<div style="margin:30px 0 0 0;">
|
||||
<nav class="flexbox">
|
||||
<ul>
|
||||
<li>{{ header_link("index", "Notes") }}</li>
|
||||
|
@ -27,6 +27,7 @@
|
|||
<li>{{ header_link("get_remote_follow", "Remote follow") }}</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue