<!– Footer –> <div class=“push”></div>

<style>

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 100;
  src: local(''),
    url('/assets/font/open-sans/300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/assets/font/open-sans/300.woff') format('woff'),   /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('/assets/font/open-sans/300.ttf') format('truetype');/* Safari, Android, iOS */
}

</style>

<footer style=“font-family: 'Open Sans'; font-size: 1rem; position: fixed; bottom: 0px; text-align: center; background: #32363a; width: 100%; padding: 1rem;”>

<a href="mailto:{{ site.email }}" style="color: inherit; text-decoration: none;">{{ site.author }}</a>
&bull;
<a href="/feed.xml" style="color: inherit; text-decoration: none;">RSS</a>
&bull;
<a href="/sitemap.xml" style="color: inherit; text-decoration: none;">Sitemap</a>
&bull;
<span id="copyright-text">© <noscript>2021</noscript> <a style="color: inherit; text-decoration: none;" href="https://github.com/EthanMcBloxxer/jekyll-theme-discord">jekyll-theme-discord</a></span>
<script>document.getElementById("copyright-text").innerHTML = "© " + new Date().getFullYear() + " <a style='color: inherit; text-decoration: none;' href='https://github.com/EthanMcBloxxer/jekyll-theme-discord'>jekyll-theme-discord</a>"</script>

</footer>