mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
121d491af2
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
13 lines
203 B
Plaintext
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> |