mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-08-22 18:58: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:
@@ -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>
|
||||
Reference in New Issue
Block a user