diff --git a/render b/render
index b66d07c..b54f474 100755
--- a/render
+++ b/render
@@ -163,21 +163,24 @@ render_navbar() {
-
${BRAND}
+EOF
+# first section: overview
+ if [ "$active" = "views" ]; then
+ cat <
${BRAND}
+EOF
+ else
+ cat <
+ ${BRAND}
+
+EOF
+ fi
+cat <
EOF
-# first section: overview
- if [ "$active" = "views" ]; then
- cat <intro
-EOF
- else
- cat <intro
-EOF
- fi
# other sections
for sec in ${sections}; do