diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index a5cce9f..8c26bcc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,10 +21,12 @@ <body> <div class="mw7 center"> <div class="cf ph2-ns"> - <h1 class="f2 lh-title"> - <img src="{{ url_for('static', filename='img/recycle.png') }}"></img> - <span>postmarketOS</span> - </h1> + <a class="title" href="/"> + <h1 class="f2 lh-title"> + <img src="{{ url_for('static', filename='img/recycle.png') }}"></img> + <span>postmarketOS</span> + </h1> + </a> <div class="menu"> <ul> <li><a href="/">Home</a></li> |
