Skip to content

Commit

Permalink
Add extracurricular activities url (hugo-toha#770)
Browse files Browse the repository at this point in the history
* Add extracurricular activities url

* Allow markdown in extracurricular activities
  • Loading branch information
BernatBC committed Jul 3, 2023
1 parent cd80fc9 commit 9a75909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/sections/education-alt.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h6 class="text-muted">{{ i18n "taken_courses" }}</h6>
<h6 class="text-muted">{{ i18n "extracurricular_activities" }}</h6>
<ul>
{{ range .extracurricularActivities }}
<li>{{ . }}</li>
<li>{{ . | markdownify }}</li>
{{ end }}
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/sections/education.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h6 class="text-muted">{{ i18n "taken_courses"}}</h6>
<h6 class="text-muted">{{ i18n "extracurricular_activities"}}</h6>
<ul>
{{ range .extracurricularActivities }}
<li>{{ . }}</li>
<li>{{ . | markdownify }}</li>
{{ end }}
</ul>
</div>
Expand Down

0 comments on commit 9a75909

Please sign in to comment.