mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 15:27:54 +00:00
search: fix compat error with Hugo 0.126.0 #949
This commit is contained in:
parent
a23eb3a9d8
commit
9955fc97bd
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
window.index_js_url={{ (printf "%s%s" $url $assetBusting) | relURL }};
|
||||
</script>
|
||||
{{- if not .Site.Params.disableSearchPage }}
|
||||
{{- with .Site.GetPage "_relearn_searchpage" }}
|
||||
{{- with .Site.GetPage "/_relearn/searchpage/_relearn_searchpage" }}
|
||||
{{- $link = partial "permalink.gotmpl" (dict "to" .) }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.1.1+ab4197f3113afa9a7d17bed69dbef6c0e75a4921
|
||||
7.1.1+a23eb3a9d8baa6fe6adc764815db03e70e98a381
|
Loading…
Reference in a new issue