_includes/footer.html in jekyll-theme-peaceful-gates-1.2.0 vs _includes/footer.html in jekyll-theme-peaceful-gates-2.0.0
- old
+ new
@@ -1,9 +1,11 @@
-<footer class="footer">
- <p class="site-description">
- {{ site.description }}
- </p>
- {%- include social-bar.html -%}
- <p class="copyright">
- Copyright © {{ site.copyright }} {{ site.author }}
- </p>
+<footer class="footer">
+ <div class="footer-container">
+ <p class="site-description">
+ {{ site.description }}
+ </p>
+ {%- include social-bar.html -%}
+ <p class="copyright">
+ Copyright © {{ site.copyright }} {{ site.author }}
+ </p>
+ </div>
</footer>
\ No newline at end of file