From f02357456e50d797927a032c7516f12486e2a5d6 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 6 Nov 2018 08:46:00 -0500 Subject: [PATCH] make candidate links in archives anonymous Add an extra underscore after the link syntax to indicate that the link is anonymous and should not be tracked for uniqueness. Change-Id: I040eef015b705cda6dc0aa2871a46cfc3613a58b Signed-off-by: Doug Hellmann --- doc/source/_exts/ptl_archive.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/_exts/ptl_archive.jinja b/doc/source/_exts/ptl_archive.jinja index 0aa33279..910598b1 100644 --- a/doc/source/_exts/ptl_archive.jinja +++ b/doc/source/_exts/ptl_archive.jinja @@ -42,7 +42,7 @@ Results * {{ project.replace('_', ' ') }} {% for candidate in candidates[project] %}{% if 'url' in candidate %} - * `{{ candidate['fullname'] }} ({{ candidate['ircname'] }}) <{{ candidate['url'] }}>`_ + * `{{ candidate['fullname'] }} ({{ candidate['ircname'] }}) <{{ candidate['url'] }}>`__ {% endif %}{% endfor %} {% endfor %}