mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +00:00
Added explicit story and history list to navigator in PageTemplate
This commit is contained in:
parent
56c8dc2226
commit
e0d2985ec3
@ -1,7 +1,7 @@
|
|||||||
title: $:/templates/PageTemplate
|
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><
|
<<navigator story:"$:/StoryList" history:"$:/HistoryList"><
|
||||||
|
|
||||||
<!-- The top navigation bar -->
|
<!-- The top navigation bar -->
|
||||||
<div class="navbar navbar-fixed-top">
|
<div class="navbar navbar-fixed-top">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
title: $:/templates/PageTemplate
|
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><
|
<<navigator story:"$:/StoryList" history:"$:/HistoryList"><
|
||||||
|
|
||||||
<!-- The top navigation bar -->
|
<!-- The top navigation bar -->
|
||||||
<div class="navbar navbar-fixed-top">
|
<div class="navbar navbar-fixed-top">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
title: $:/templates/PageTemplate
|
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><
|
<<navigator story:"$:/StoryList" history:"$:/HistoryList"><
|
||||||
|
|
||||||
<!-- The top navigation bar -->
|
<!-- The top navigation bar -->
|
||||||
<div class="navbar navbar-fixed-top">
|
<div class="navbar navbar-fixed-top">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user