mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +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 -->
|
<!-- The navigator catches navigation events and updates the story and history tiddlers -->
|
||||||
<$navigator story="$:/StoryList" history="$:/HistoryList">
|
<$navigator story="$:/StoryList" history="$:/HistoryList">
|
||||||
|
|
||||||
<!-- The top navigation bar -->
|
<!-- The page header -->
|
||||||
<div class="navbar navbar-fixed-top">
|
<div class="pull-right">
|
||||||
<div class="navbar-inner">
|
<$button class="btn btn-mini btn-primary">EDIT</$button>
|
||||||
<div class="container">
|
|
||||||
<!-- Navigation menu -->
|
|
||||||
@@.nav
|
|
||||||
* HelloThere
|
|
||||||
* [[Docs]]
|
|
||||||
*.divider-vertical
|
|
||||||
@@
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="page-header">
|
||||||
|
! {{SiteTitle}} <small>{{SiteSubtitle}}</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- The main display container -->
|
<!-- The main display container -->
|
||||||
@ -23,6 +17,7 @@ title: $:/templates/PageTemplate
|
|||||||
<div class="span2">
|
<div class="span2">
|
||||||
<div style="position:fixed;">
|
<div style="position:fixed;">
|
||||||
<!-- The navigation menu -->
|
<!-- The navigation menu -->
|
||||||
|
|
||||||
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" editTemplate="$:/templates/EditTemplate" listview=classic itemClass="tw-menu-list-item"/>
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" editTemplate="$:/templates/EditTemplate" listview=classic itemClass="tw-menu-list-item"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user