Skip to content
Snippets Groups Projects
Commit dcf7bc97 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Fix broken link nominees list on nominee page and to remove dr from names

parent e7c1602a
No related branches found
No related tags found
1 merge request!308update: migrate elections section to hugo
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<h2 class="underlined-heading">Candidates</h2> <h2 class="underlined-heading">Candidates</h2>
<ul> <ul>
{{ range sort $nominees "name" "asc" }} {{ range sort $nominees "name" "asc" }}
<li><a href="{{ printf " ../%s" .username }}">{{.name}}</a></li> <li><a href="{{ printf "../%s" .username }}">{{ replace .name "Dr." "" }}</a></li>
{{ end }} {{ end }}
</ul> </ul>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment