summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-07-26 22:59:33 -0400
committerAmin Bandali <bandali@gnu.org>2020-07-26 22:59:33 -0400
commitc906f7f744fca8d8a8a24e6fb72ab9da164ef8e6 (patch)
tree0055806c29c9942d8ed61997480cb9d28c7cc50a
parent3ff30bf75538e5e113d1060ce4502f89737d9f26 (diff)
downloademacsconf-wiki-c906f7f744fca8d8a8a24e6fb72ab9da164ef8e6.tar.xz
emacsconf-wiki-c906f7f744fca8d8a8a24e6fb72ab9da164ef8e6.zip
templates/page.tmpl: "Backlinks" is more descriptive than "Links"
-rw-r--r--templates/page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index f20f2d7b..f741a107 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -177,7 +177,7 @@ Tags:
<TMPL_IF BACKLINKS>
<TMPL_IF HTML5><nav id="backlinks"><TMPL_ELSE><div id="backlinks"></TMPL_IF>
-Links:
+Backlinks:
<TMPL_LOOP BACKLINKS>
<a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a>
</TMPL_LOOP>