yous / whiteglass

Minimal, responsive Jekyll theme for hackers
https://yous.github.io/whiteglass/
MIT License
732 stars 200 forks source link

Add page margins and social icons in footer #24

Open ghost opened 6 years ago

ghost commented 6 years ago

This feature update includes the following:

  1. Add fontawesome support (in fonts.html) to allow the addition of Social media icons in the page footer (configured via _config.yml). Footer spacing is also adjusted in _layout.sass for new icons.
  2. Add margin on header and footer to better differentiate from page content.
  3. Adjust code in head.html to include page name in title when not on home page.</li> </ol> <p>Before accepting any of these changes, you can see them in action on my personal blog at <a rel="noreferrer nofollow" target="_blank" href="https://thedeskofbrad.ca">https://thedeskofbrad.ca</a></p> <p>Thanks for the great template.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>