diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-08-27 11:50:46 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-08-27 11:51:11 +0200 |
commit | a0e572976134fc06e30dfacaebb7bac9eb2cbd86 (patch) | |
tree | a3248032de4270e922e15aa9296f9141e5eba6e6 /layouts/partials/footer.html | |
parent | 57e26d78e54b3b9dca36956dde90f2f2ea48a227 (diff) | |
download | hugo-minimalist-theme-a0e572976134fc06e30dfacaebb7bac9eb2cbd86.tar.gz hugo-minimalist-theme-a0e572976134fc06e30dfacaebb7bac9eb2cbd86.tar.bz2 hugo-minimalist-theme-a0e572976134fc06e30dfacaebb7bac9eb2cbd86.zip |
Remove content alternating background stripe
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 a9e1474..e781e63 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,5 @@ <footer class="bg-black"> - <div class="w-100 ph3 pv3 tc"> + <div class="w-100 ph3 pv3 tc near-white"> {{ with .Site.GetPage "footer.md" }} {{ .Content }} {{ end }} |