summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r--templates/layouts/page.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index ee1a816..61bcacd 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -4,7 +4,11 @@
4 $if(menus.main.active)$ 4 $if(menus.main.active)$
5 <div class="c-page__prefixed c-page__prefixed--backref c-page__header__backlink"> 5 <div class="c-page__prefixed c-page__prefixed--backref c-page__header__backlink">
6 <a class="c-page__header__backlink__link" href="$menus.main.active.url$"> 6 <a class="c-page__header__backlink__link" href="$menus.main.active.url$">
7 $menus.main.active.label$ 7 $if(menus.main.active.label_long)$
8 $menus.main.active.label_long$
9 $else$
10 $menus.main.active.label$
11 $endif$
8 </a> 12 </a>
9 </div> 13 </div>
10 $endif$ 14 $endif$