diff options
Diffstat (limited to 'layouts/partials/footer.html')
| -rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1e50d6f..aec694b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,4 @@ -{{- $quotes := .Site.Data.quotes.quotes -}} +{{- $quotes := (index hugo.Data "quotes").quotes -}} <footer class="mt-16 frosted-bar border-t py-12 relative z-20"> <div class="container mx-auto px-4"> |
