i18n: fix ID

This commit is contained in:
George Cushen 2024-06-01 14:26:19 +01:00
commit 9b3512593a
2 changed files with 2 additions and 2 deletions

View file

@ -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">

View file

@ -50,7 +50,7 @@
{{- define "toc-headings" -}}
{{- $headings := .headings -}}
{{- $level := .level -}}
{{- if ge $level 5 -}}
{{- if ge $level 4 -}}
{{ return }}
{{- end -}}