diff options
Diffstat (limited to 'grumpy/templates/layout.html')
-rw-r--r-- | grumpy/templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grumpy/templates/layout.html b/grumpy/templates/layout.html index 60f0754..2395577 100644 --- a/grumpy/templates/layout.html +++ b/grumpy/templates/layout.html @@ -12,6 +12,7 @@ {% if not g.user %} <li><a href="{{ url_for('login') }}">Login</a></li> {% endif %} + <li><a href="{{ url_for('index') }}">Browse Portage</a></li> </ul> </div> <div class=page> |