kopia lustrzana https://github.com/miklobit/TiddlyWiki5
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 shenanigansprint-window-tiddler
rodzic
9274651bfd
commit
121d491af2
|
@ -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>
|
Ładowanie…
Reference in New Issue