mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 18:10:52 +02:00
i18n: fix ID
This commit is contained in:
parent
a5aba50938
commit
9b3512593a
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
{{ if $person.work }}
|
{{ if $person.work }}
|
||||||
<div class="w-full">
|
<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">
|
<ol class="relative border-s border-gray-200 dark:border-gray-700">
|
||||||
{{ range $idx, $key := $person.work }}
|
{{ range $idx, $key := $person.work }}
|
||||||
<li class="mb-10 ms-6">
|
<li class="mb-10 ms-6">
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
{{- define "toc-headings" -}}
|
{{- define "toc-headings" -}}
|
||||||
{{- $headings := .headings -}}
|
{{- $headings := .headings -}}
|
||||||
{{- $level := .level -}}
|
{{- $level := .level -}}
|
||||||
{{- if ge $level 5 -}}
|
{{- if ge $level 4 -}}
|
||||||
{{ return }}
|
{{ return }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue