5 lines
No EOL
180 B
HTML
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 -}} |