diff options
author | Amin Bandali <bandali@gnu.org> | 2020-07-26 22:59:33 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-07-26 22:59:33 -0400 |
commit | c906f7f744fca8d8a8a24e6fb72ab9da164ef8e6 (patch) | |
tree | 0055806c29c9942d8ed61997480cb9d28c7cc50a /templates | |
parent | 3ff30bf75538e5e113d1060ce4502f89737d9f26 (diff) | |
download | emacsconf-wiki-c906f7f744fca8d8a8a24e6fb72ab9da164ef8e6.tar.xz emacsconf-wiki-c906f7f744fca8d8a8a24e6fb72ab9da164ef8e6.zip |
templates/page.tmpl: "Backlinks" is more descriptive than "Links"
Diffstat (limited to '')
-rw-r--r-- | templates/page.tmpl | 2 |
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> |