Update meta-base.j2

This commit is contained in:
Russell Ballestrini 2017-09-10 16:36:50 -04:00 committed by GitHub
parent f7b3089523
commit f118614635

View file

@ -35,6 +35,7 @@
<a class="navlink" href="{{ main_domain }}#about">About</a>
<a class="navlink" href="{{ main_domain }}#remarkbox-demo">Demo</a>
{%- if request.user %}
{{ snippets.user_link(request.user, class='button') }}
<a class="button" href="#">{{ request.user.name }}</a>
<a class="button red" href="/log-out">Log out</a>
{%- else %}