diff options
author | Simon Ser <contact@emersion.fr> | 2020-02-12 01:20:21 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-02-12 01:20:21 +0100 |
commit | 2733dcd52807c21a2831a524fb175c5b03ab9ea4 (patch) | |
tree | 448ea06359a08882eec85c1327071ad01456b722 /themes/sourcehut/compose.html | |
parent | 73d54ca35c043eecbee51f6b1f5a051e0c0779c1 (diff) | |
download | alps-2733dcd52807c21a2831a524fb175c5b03ab9ea4.tar.gz alps-2733dcd52807c21a2831a524fb175c5b03ab9ea4.zip |
themes/sourcehut: display username in navbar
Diffstat (limited to 'themes/sourcehut/compose.html')
-rw-r--r-- | themes/sourcehut/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/sourcehut/compose.html b/themes/sourcehut/compose.html index 2433553..7538a36 100644 --- a/themes/sourcehut/compose.html +++ b/themes/sourcehut/compose.html @@ -1,5 +1,5 @@ {{template "head.html"}} -{{template "nav.html"}} +{{template "nav.html" .Global}} <div class="container-fluid"> <div class="row"> |