Test fix for hugo not building correct

This commit is contained in:
Christian Martinsson 2019-01-21 23:03:59 +01:00
parent 8b94a19aa5
commit 3df9e5705f

View File

@ -37,7 +37,7 @@
<div>
{{ $footer := print "_footer." .Lang }}
{{ range where .Site.Pages "Source.BaseFileName" $footer }}
{{ range where .Site.Pages "File.BaseFileName" $footer }}
{{ .Content }}
{{else}}
{{ if .Site.GetPage "page" "_footer.md" }}