Toevoegen keywords in meerdere talen
This commit is contained in:
parent
8531747ad6
commit
90a36f831a
3 changed files with 22 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{{ $baseUrl := .Site.BaseURL }}
|
||||
{{ $location := index .Site.Data.location .Site.Params.primarylocation }}
|
||||
{{ $logoresource := resources.Get ($.Site.Params.logoNormal | replaceRE "^/" "") }}
|
||||
|
||||
{{ $keywords := .Site.Params.keywords }}
|
||||
<script type="application/ld+json">
|
||||
[
|
||||
{
|
||||
|
@ -39,7 +39,7 @@
|
|||
"query-input": "required name=search_term_string"
|
||||
},
|
||||
"keywords":[
|
||||
{{ range $i, $e := .Site.Params.keywords }}{{ if $i }}, {{ end }}"{{ $e }}"{{ end }}
|
||||
{{ range $i, $e := $keywords }}{{ if $i }}, {{ end }}"{{ $e }}"{{ end }}
|
||||
],
|
||||
"hasPart": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue