footer.html 468 B

12345678910111213141516
  1. <footer class="site-footer">
  2. <div class="wrapper">
  3. <div class="footer-col-wrapper">
  4. <div class="footer-col footer-col-2" style="text-align: center; width: 100%">
  5. <ul class="social-media-list">
  6. <li><a href="/feed.xml"><img width="16" src="{{site.url}}/assets/icons/icon-rss.svg"> RSS Feed</a></li>
  7. <li><a href="https://neocities.org">Create your free web site</a></li>
  8. </ul>
  9. </div>
  10. </div>
  11. </div>
  12. </footer>