We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880f880 commit e2aa9e2Copy full SHA for e2aa9e2
themes/openrail/layouts/shortcodes/people/person.html
@@ -3,7 +3,7 @@
3
<img src="/images/people/{{ with $data.img }}{{ . }}{{ else }}default.jpg{{ end }}" alt="Picture of {{ $data.name }}">
4
<h4>{{ $data.name }}</h4>
5
{{ with $data.openrail_role -}}
6
- <p>{{ . }}</p>
+ <p><em>{{ . }}</em></p>
7
{{ end -}}
8
{{ with $data.organisation -}}
9
<p>{{ with $data.organisation_role -}}{{ . }} at {{ end }}<strong class="nowrap">{{ . }}</strong></p>
0 commit comments