diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 15:33:34 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 15:33:34 +0300 |
| commit | 6a687d3381fa19243ab2f812130f2cf928814dd4 (patch) | |
| tree | 3de1478ceb0dbb0daa4524908ad3cc24eef78645 /templates/base.html | |
| parent | 9d0a78bd95d3efdf6085581876b608d20d697eab (diff) | |
Fix logo homepage link
Diffstat (limited to 'templates/base.html')
| -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> |
