Skip to content

Commit e2aa9e2

Browse files
committed
make role italic
1 parent 880f880 commit e2aa9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/openrail/layouts/shortcodes/people/person.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="/images/people/{{ with $data.img }}{{ . }}{{ else }}default.jpg{{ end }}" alt="Picture of {{ $data.name }}">
44
<h4>{{ $data.name }}</h4>
55
{{ with $data.openrail_role -}}
6-
<p>{{ . }}</p>
6+
<p><em>{{ . }}</em></p>
77
{{ end -}}
88
{{ with $data.organisation -}}
99
<p>{{ with $data.organisation_role -}}{{ . }} at {{ end }}<strong class="nowrap">{{ . }}</strong></p>

0 commit comments

Comments
 (0)