hugo-toha/layouts/partials/helpers/get-section-url.html
2023-10-02 20:50:54 +02:00

5 lines
No EOL
180 B
HTML

{{- if page.IsHome -}}
#{{ partial "helpers/get-section-id.html" . }}
{{- else -}}
{{ site.BaseURL | relLangURL }}#{{ partial "helpers/get-section-id.html" . }}
{{- end -}}