From 685ab653008af0b6bbcc6abd979f9deabf0a0bcb Mon Sep 17 00:00:00 2001 From: Chaoming Li Date: Mon, 18 Nov 2024 23:00:21 +1100 Subject: [PATCH] feat: update footer with responsive layout and social icons --- layouts/_default/baseof.html | 63 +------------------ layouts/partials/footer.html | 99 ++++++++++++++++++++++++++++++ static/images/social/facebook.svg | 1 + static/images/social/github.svg | 1 + static/images/social/instagram.svg | 1 + static/images/social/linkedin.svg | 1 + static/images/social/twitter.svg | 1 + static/images/social/youtube.svg | 1 + 8 files changed, 106 insertions(+), 62 deletions(-) create mode 100644 layouts/partials/footer.html create mode 100644 static/images/social/facebook.svg create mode 100644 static/images/social/github.svg create mode 100644 static/images/social/instagram.svg create mode 100644 static/images/social/linkedin.svg create mode 100644 static/images/social/twitter.svg create mode 100644 static/images/social/youtube.svg diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 308dfd5..da5756d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -32,68 +32,7 @@ - + {{ partial "footer" . }}