Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit e6e16cd

Browse files
Make pronouns more obvious in verbose mode
1 parent 663b8be commit e6e16cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/speaker/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h3>{{ .Title }} at {{ $e.city }} {{$e.year}}</h3>
9292
{{- if ne .Params.pronouns "" -}}
9393
<a href = "https://pronoun.is/{{ .Params.pronouns }}"><i class="fa fa-user fa-2x" aria-hidden="true"></i>&nbsp;
9494
{{- if $e.speakers_verbose -}}
95-
{{ .Params.pronouns }}<br />
95+
https://pronoun.is/{{ .Params.pronouns }}<br />
9696
{{- end -}}
9797
</a>
9898
{{- end -}}

0 commit comments

Comments
 (0)