1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 16:23:15 +00:00

Simplify the page template by getting rid of the nav bar

This commit is contained in:
Jeremy Ruston 2013-01-06 21:39:10 +00:00
parent 41e8942b0c
commit f6b66cfad6

View File

@ -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>