summaryrefslogtreecommitdiff
path: root/guide/fonts.mdwn
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-14 00:25:59 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-14 00:25:59 -0700
commitffbe3d8c7fee647840dd93dca67528c9102d4976 (patch)
treeb4ebf1476c408b8beb4a397bf0e6a4614647cb60 /guide/fonts.mdwn
parent3c1059c193ce1b04654bdbcb5c4b1e2afcd14726 (diff)
Add prev/next nav links to bottom of guide pages
Diffstat (limited to 'guide/fonts.mdwn')
-rw-r--r--guide/fonts.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/guide/fonts.mdwn b/guide/fonts.mdwn
index 4c4223be..1d55b04b 100644
--- a/guide/fonts.mdwn
+++ b/guide/fonts.mdwn
@@ -135,3 +135,16 @@ The new font rendering model is widely adopted in modern applications and
toolkits such as Gtk+ and Qt, while the original X11 core font subsystem
is maintained for backwards compatibility with legacy X11 applications that
have not yet updated.
+
+<nav>
+ <div style="border-top: 1px solid black; text-align: center;">
+ <a href="../" rel="contents">The X New Developer’s Guide</a><br />
+ <a href="../hutterer-kbd" title="The X New Developer’s Guide: The X Keyboard Extension" rel="prev">&lt;&lt; The X Keyboard Extension</a>
+ |
+ <a href="../debugging" title="The X New Developer’s Guide: Debugging Client-Server Interactions" rel="next">Debugging Client-Server Interactions &gt;&gt;</a>
+ </div>
+</nav>
+
+[[!meta link="../" rel="contents"]]
+[[!meta link="../hutterer-kbd" rel="prev"]]
+[[!meta link="../debugging" rel="next"]]