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 <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-11-06 08:46:00 -05:00
parent 04f5cfa9cd
commit f02357456e
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}