mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 14:23:53 +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:
parent
9274651bfd
commit
121d491af2
13
tw5.com/tiddlers/NavBar.tid
Normal file
13
tw5.com/tiddlers/NavBar.tid
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user