From 13be00ffda553b3c202293479f1e992d2909c216 Mon Sep 17 00:00:00 2001 From: David Kemp <19152940+davaya@users.noreply.github.com> Date: Tue, 15 Mar 2022 10:25:31 -0400 Subject: [PATCH] Fix bad footer from leap-day theme The GitHub pages [leap-day theme](https://github.com/pages-themes/leap-day/blob/master/_layouts/default.html) has a footer that overlaps the content instead of spanning both navbar and content. Override the theme's [layout](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll#customizing-your-themes-html-layout). --- _layouts/default.html | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..b77b9af --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,55 @@ + + + + + + +{% seo %} + + + + + + + {% include head-custom.html %} + + + +
+

{{ page.title | default: site.title | default: site.github.repository_name }}

+

{{ page.description | default: site.description | default: site.github.project_tagline }}

+
+ + + +
+ +
+ {{ content }} +
+
+ + +