From aae1bf9f80ddc53e85c16eac56cba577703d0967 Mon Sep 17 00:00:00 2001 From: Jermolene <jeremy@jermolene.com> Date: Tue, 17 Nov 2015 21:40:43 +0000 Subject: [PATCH] Blog edition: Add classes for the static menu --- plugins/tiddlywiki/blog/templates/menu.tid | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/tiddlywiki/blog/templates/menu.tid b/plugins/tiddlywiki/blog/templates/menu.tid index c59582823..9ceb71656 100644 --- a/plugins/tiddlywiki/blog/templates/menu.tid +++ b/plugins/tiddlywiki/blog/templates/menu.tid @@ -1,6 +1,8 @@ title: $:/plugins/tiddlywiki/blog/templates/menu -<div> +<div class="tc-blog-menu"> + +<div class="tc-blog-menu-item"> <a href="../index.html"> @@ -9,3 +11,5 @@ title: $:/plugins/tiddlywiki/blog/templates/menu </a> </div> + +</div>