diff options
author | Thedro Neely <thedroneely@gmail.com> | 2020-01-28 13:11:32 -0500 |
---|---|---|
committer | Thedro Neely <thedroneely@gmail.com> | 2020-01-28 13:11:32 -0500 |
commit | 02411755c65f3c327b0daa65dab5b855557af775 (patch) | |
tree | 0ff414508f43718c0d0a53a00d10d7d8c1da0e81 /templates/base/head_navbar.tmpl | |
parent | 93431b8fc68e18400fcc2f53af78c1706c17a1ab (diff) | |
download | gitea-templates-02411755c65f3c327b0daa65dab5b855557af775.tar.gz gitea-templates-02411755c65f3c327b0daa65dab5b855557af775.tar.bz2 gitea-templates-02411755c65f3c327b0daa65dab5b855557af775.zip |
templates/base/head_navbar: Use AppSubUrl
Diffstat (limited to 'templates/base/head_navbar.tmpl')
-rw-r--r-- | templates/base/head_navbar.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 4f71bb6..743dfee 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -1,8 +1,8 @@ <div class="ui container" id="navbar"> <div class="item brand" style="justify-content: space-between;"> <a title="Head back to https://www.thedroneely.com" href="/"> - <img style="display: inline; border-radius: 6px;" class="ui mini image" src="/android-chrome-192x192.png"> - <span style="margin-left: 0.65em;">www.thedroneely.com</span> + <img style="display: inline;" class="ui mini image" src="{{AppSubUrl}}/img/favicon.png"> + <span style="margin-left: 0.65em;">www.thedroneely.com</span> </a> <div class="ui basic icon button mobile-only" id="navbar-expand-toggle"> <i class="sidebar icon"></i> |