1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-06 04:26:51 +00:00
TiddlyWiki5/tw5.com/tiddlers/NavBar.tid
Jeremy Ruston 121d491af2 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
2012-06-09 15:09:35 +01:00

13 lines
203 B
Plaintext

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>