1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 14:26:41 -04:00

bump Hugo to v0.79.1

This commit is contained in:
2020-12-19 11:41:04 -05:00
parent 898a65e296
commit 54357538d3
8 changed files with 36 additions and 91 deletions

View File

@ -16,6 +16,7 @@
{{ if eq .Page.RelPermalink "/search/" }}
{{- $algolia := resources.Get "js/vendor/algolia.js" -}}
{{- $searchJS := slice $algolia | resources.Concat "/js/search.js" -}}
{{- $algoliaConfig := resources.Get "js/search.js" -}}
{{- $searchJS := slice $algolia $algoliaConfig | resources.Concat "/js/search.js" -}}
<script async defer src="{{ $searchJS.Permalink }}"></script>
{{ end }}