mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
Fix last commit 5c2824fabf
This commit is contained in:
parent
5c2824fabf
commit
e87fde0d23
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@
|
|||
<div class="col-sm-5">
|
||||
<h3>{{ i18n "interests" | markdownify }}</h3>
|
||||
<ul class="ul-interests">
|
||||
{{ range .interests | markdownify }}
|
||||
<li>{{ . }}</li>
|
||||
{{ range .interests }}
|
||||
<li>{{ . | markdownify }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue