aboutsummaryrefslogtreecommitdiff
path: root/templates/base.qtpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.qtpl')
-rw-r--r--templates/base.qtpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/base.qtpl b/templates/base.qtpl
index 5a7c3b7..772167d 100644
--- a/templates/base.qtpl
+++ b/templates/base.qtpl
@@ -11,8 +11,7 @@ Page {
%}
-{% code
- func FromUInttoString(u *uint) string {
+{% code func FromUInttoString(u *uint) string {
if u != nil {
return strconv.FormatUint(uint64(*u), 10)
}
@@ -40,6 +39,9 @@ Page prints a page implementing Page interface.
<a href="/media/" class="navbar-item">
media
</a>
+ <a href="/album/" class="navbar-item">
+ album
+ </a>
<a href="/settings/" class="navbar-item">
settings
</a>