mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Simplify the page template by getting rid of the nav bar
This commit is contained in:
parent
41e8942b0c
commit
f6b66cfad6
@ -3,18 +3,12 @@ title: $:/templates/PageTemplate
|
||||
<!-- The navigator catches navigation events and updates the story and history tiddlers -->
|
||||
<$navigator story="$:/StoryList" history="$:/HistoryList">
|
||||
|
||||
<!-- The top navigation bar -->
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<!-- Navigation menu -->
|
||||
@@.nav
|
||||
* HelloThere
|
||||
* [[Docs]]
|
||||
*.divider-vertical
|
||||
@@
|
||||
</div>
|
||||
<!-- The page header -->
|
||||
<div class="pull-right">
|
||||
<$button class="btn btn-mini btn-primary">EDIT</$button>
|
||||
</div>
|
||||
<div class="page-header">
|
||||
! {{SiteTitle}} <small>{{SiteSubtitle}}</small>
|
||||
</div>
|
||||
|
||||
<!-- The main display container -->
|
||||
@ -23,6 +17,7 @@ title: $:/templates/PageTemplate
|
||||
<div class="span2">
|
||||
<div style="position:fixed;">
|
||||
<!-- The navigation menu -->
|
||||
|
||||
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" editTemplate="$:/templates/EditTemplate" listview=classic itemClass="tw-menu-list-item"/>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user