Fix typos

This commit is contained in:
Andreas Deininger 2024-03-19 22:01:21 +01:00
parent 56b053ca8e
commit c84f2e326e
31 changed files with 35 additions and 35 deletions

View file

@ -13,7 +13,7 @@
{{ end }}
<div class="container">
<div class="row" id="acomplishment-card-holder">
<div class="row" id="accomplishment-card-holder">
{{ range .accomplishments }}
{{ partial "cards/accomplishments" . }}
{{ end }}

View file

@ -118,9 +118,9 @@
</ul>
</div>
{{ end }}
{{ if .custonSections }}
{{ if .customSections }}
<div class="custom-section">
{{ range .custonSections }}
{{ range .customSections }}
<h6 class="text-heading">{{ .name }}: </h6>
<div class="custom-content">{{ .content | markdownify }}</div>
{{ end }}

View file

@ -118,9 +118,9 @@
</ul>
</div>
{{ end }}
{{ if .custonSections }}
{{ if .customSections }}
<div class="custom-section">
{{ range .custonSections }}
{{ range .customSections }}
<h6 class="text-heading">{{ .name }}: </h6>
<div class="custom-content">{{ .content | markdownify }}</div>
{{ end }}