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:
parent
04f5cfa9cd
commit
f02357456e
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user