captainarkdotnet/layouts/partials/partialheader.html

9 lines
512 B
HTML
Raw Normal View History

2019-01-06 17:58:41 +01:00
{{ if eq (printf "%v" $.Site.BaseURL) "http://localhost:1313/" }}
{{"<!-- Not loading Fathom on localhost //-->" | safeHTML}}
{{ else }}
2019-01-06 16:29:44 +01:00
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
2019-01-06 23:31:08 +01:00
<script type="text/javascript" src="{{"js/stats.js" | relURL}}"></script>
2019-01-06 16:29:44 +01:00
<!-- / Fathom -->
2019-01-06 17:58:41 +01:00
{{ end }}
2019-01-06 16:29:44 +01:00
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.5/css/fork-awesome.min.css" integrity="sha256-P64qV9gULPHiZTdrS1nM59toStkgjM0dsf5mK/UwBV4=" crossorigin="anonymous">