1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 08:20:46 +00:00

Added experimental navbar

Notice that if you open this tiddler the links are not currently
rendered correctly because Bootstrap doesn't like the extra `<span>`
that is inserted around the links for the macro shenanigans
This commit is contained in:
Jeremy Ruston 2012-06-09 15:09:35 +01:00
parent 9274651bfd
commit 121d491af2

View File

@ -0,0 +1,13 @@
title: NavBar
type: text/x-tiddlywiki
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
{{nav{
* HelloThere
* [[Introduction]]
}}}
</div>
</div>
</div>