Skip to content
Snippets Groups Projects
Verified Commit ac0880ea authored by Alejandro Rodríguez's avatar Alejandro Rodríguez
Browse files

Fix capitalization and rendering of stories fields

parent b2e39bfc
No related branches found
No related tags found
Loading
......@@ -48,7 +48,7 @@
</p>
</div>
<div class="col-md-6">
<p><strong>departments:</strong>
<p><strong>Departments:</strong>
<ul>{{ range .departments }}<li>{{.}}</li>{{end}}</ul></p>
<p><strong>Job Title:</strong> {{ .job_title }}</p>
{{ with .speciality }}
......@@ -58,12 +58,12 @@
<p><strong>Pronouns:</strong> {{.}}</p>
{{end}}
{{ with .pronunciation }}
<p><strong>Pronunciation:</strong> {{.}}</p>
<p><strong>Pronunciation:</strong> {{ . | safeHTML }}</p>
{{end}}
<p><strong>GitLab Handle:</strong> {{.gitlab}}</p>
</div>
</div>
<div class="row">
<div class="col">
{{ with .projects }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment