Fix typos
This commit is contained in:
parent
56b053ca8e
commit
c84f2e326e
31 changed files with 35 additions and 35 deletions
|
@ -1,7 +1,7 @@
|
|||
{{/* Uses the top level site's config for a single author across all locales */}}
|
||||
{{ $authorName:= site.Params.author.name }}
|
||||
|
||||
{{/* Overrides with the locale specifc author if provided */}}
|
||||
{{/* Overrides with the locale specific author if provided */}}
|
||||
{{ if (index site.Data site.Language.Lang).author }}
|
||||
{{ $authorName = (index site.Data site.Language.Lang).author.name }}
|
||||
{{ end }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue