_includes/footer.html in jekyll-theme-github-like-0.1.4 vs _includes/footer.html in jekyll-theme-github-like-0.1.5
- old
+ new
@@ -1,11 +1,5 @@
-<footer class="footer container-xl px-3 px-md-4 px-lg-5">
- <div class="position-relative d-flex flex-items-center pb-2 f6 color-fg-muted border-top color-border-muted flex-column-reverse flex-lg-row flex-wrap flex-lg-nowrap mt-6 pt-3">
- <div class="list-style-none d-flex flex-wrap col-0 col-lg-2 flex-justify-start flex-lg-justify-between mb-2 mb-lg-0">
- <div class="mt-2 mt-lg-0 d-flex flex-items-center">© 2022 {{ site.author }}</div>
- </div>
- </div>
-
- <div class="d-flex flex-justify-center pb-6">
- <span class="f6 color-fg-muted"></span>
+<footer class="footer container-xl px-3 px-md-4 px-lg-5 pb-6">
+ <div class="mt-6 pt-3 pb-2 f6 color-fg-muted border-top color-border-muted">
+ <div>© 2023 {{ site.author }}</div>
</div>
</footer>