1
0
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:
Jeremy Ruston 2012-11-07 17:14:07 +00:00
parent 56c8dc2226
commit e0d2985ec3
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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