diff --git a/layouts/nominees/single.html b/layouts/nominees/single.html index 35a0abb8ce0f6175a311ed03b7f8c5705f4cb729..dabc940aee5916a04edc1efff8d262bc14061ee2 100644 --- a/layouts/nominees/single.html +++ b/layouts/nominees/single.html @@ -37,7 +37,7 @@ <h2 class="underlined-heading">Candidates</h2> <ul> {{ 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 }} </ul> </div>