A simple page for all your links.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
605 B

  1. {{define "pre-end-body"}}
  2. <script type="text/javascript">
  3. try { // Google Fonts
  4. WebFontConfig = {
  5. custom: { families: [ 'Open+Sans:400,700:latin' ], urls: [ '/css/fonts.css' ] }
  6. };
  7. (function() {
  8. var wf = document.createElement('script');
  9. wf.src = '/js/webfont.js';
  10. wf.type = 'text/javascript';
  11. wf.async = 'true';
  12. var s = document.getElementsByTagName('script')[0];
  13. s.parentNode.insertBefore(wf, s);
  14. })();
  15. } catch (e) { /* ¯\_(ツ)_/¯ */ }
  16. </script>
  17. {{end}}
  18. {{define "footer"}}
  19. <footer>
  20. &copy; 2018 &ndash; 2021 <a href="https://abunchtell.com">A Bunch Tell [labs]</a>
  21. </footer>
  22. {{end}}