From 4427040041ae04cb5d7f279d84196c9128545e2d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 14 Sep 2016 23:42:59 +0300 Subject: [PATCH] layouts/_default/baseof.html: Enumerate non-post pages in header nav menu Still need to figure out how to determine which page we're on so we can set the "active" class accordingly (for Home we have the IsHome variable the we can check). --- layouts/_default/baseof.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c9f6462..44fcccf 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -29,6 +29,9 @@