Skip to content

Commit

Permalink
i18n: fix ID
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Jun 1, 2024
1 parent a5aba50 commit 9b35125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

{{ if $person.work }}
<div class="w-full">
<h3 class="mb-6 text-3xl font-bold text-gray-900 dark:text-white">{{ i18n "work_experience" | default "Experience" }}</h3>
<h3 class="mb-6 text-3xl font-bold text-gray-900 dark:text-white">{{ i18n "experience" | default "Experience" }}</h3>
<ol class="relative border-s border-gray-200 dark:border-gray-700">
{{ range $idx, $key := $person.work }}
<li class="mb-10 ms-6">
Expand Down
2 changes: 1 addition & 1 deletion modules/blox-tailwind/layouts/partials/components/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{{- define "toc-headings" -}}
{{- $headings := .headings -}}
{{- $level := .level -}}
{{- if ge $level 5 -}}
{{- if ge $level 4 -}}
{{ return }}
{{- end -}}

Expand Down

0 comments on commit 9b35125

Please sign in to comment.