diff --git a/layouts/partials/content.html b/layouts/partials/content.html index 3e6b4fa..20ca267 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -10,7 +10,7 @@ {{ .Scratch.Set "image" $unsplash_data.urls.full }} {{ end }} - + {{ end }} {{ partial "breadcrumbs/index.html" . }} diff --git a/layouts/partials/list_item.html b/layouts/partials/list_item.html index 1d6f4da..3b22601 100644 --- a/layouts/partials/list_item.html +++ b/layouts/partials/list_item.html @@ -12,7 +12,7 @@ {{ $unsplash_data := (getJSON "https://api.unsplash.com/photos/" $unsplash_id "?" $query )}} {{ .Scratch.Set "image" $unsplash_data.urls.thumb }} {{ end }} - + {{ end }}