We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566ee37 commit e120096Copy full SHA for e120096
1 file changed
layouts/page/team.html
@@ -40,7 +40,7 @@ <h4>{{ .name }}</h4>
40
{{ with $.Resources.Get .image }}
41
<img src="{{ .RelPermalink }}" class="img-fluid" alt="">
42
{{ end }}
43
- <h4 style="margin-top: 0;">{{ .name | replaceRE "\\s+" "<br>" | safeHTML }}</h4>
+ <h4>{{ .name | replaceRE "\\s+" "<br>" | safeHTML }}</h4>
44
<span>{{ .line }}</span>
45
<div class="social">
46
{{ with .linkedin }}
0 commit comments