aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-03-18 14:22:28 -0400
committerJoey Hess <joey@kitenet.net>2012-03-18 14:22:28 -0400
commita812692a50de69215a8267c7b0b1d7bf62bdfa32 (patch)
treea144f84091f4a0c9f8fe7c02b1fdd36c86d4b01f /templates/page.tmpl
parent9c8262c6637773891871c24862874fcdbef9c651 (diff)
parent24168b993e65994d2996d02bfaa36fb80bb65ca7 (diff)
downloadikiwiki-a812692a50de69215a8267c7b0b1d7bf62bdfa32.tar
ikiwiki-a812692a50de69215a8267c7b0b1d7bf62bdfa32.tar.gz
changelog
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 8659018a0..770ac2399 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -27,6 +27,15 @@
<TMPL_IF FEEDLINKS><TMPL_VAR FEEDLINKS></TMPL_IF>
<TMPL_IF RELVCS><TMPL_VAR RELVCS></TMPL_IF>
<TMPL_IF META><TMPL_VAR META></TMPL_IF>
+<TMPL_LOOP TRAILLOOP>
+<TMPL_IF PREVPAGE>
+<link rel="prev" href="<TMPL_VAR PREVURL>" title="<TMPL_VAR PREVTITLE>" />
+</TMPL_IF>
+<link rel="up" href="<TMPL_VAR TRAILURL>" title="<TMPL_VAR TRAILTITLE>" />
+<TMPL_IF NEXTPAGE>
+<link rel="next" href="<TMPL_VAR NEXTURL>" title="<TMPL_VAR NEXTTITLE>" />
+</TMPL_IF>
+</TMPL_LOOP>
</head>
<body>
@@ -103,6 +112,8 @@
<TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>
+<TMPL_VAR TRAILS>
+
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
<TMPL_IF SIDEBAR>