Skip to content

Commit 3260703

Browse files
Better title formatting
1 parent 34deb04 commit 3260703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/shortcodes/publications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h2>{{ $year }}</h2>
3737
>
3838
<div class="publication-title">
3939
{{- with .url -}}<a href="{{ . }}">{{- end -}}
40-
{{- .title -}}
40+
{{- .title | safeHTML -}}
4141
{{- if .url }}</a>{{ end -}}
4242
</div>
4343

0 commit comments

Comments
 (0)