mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 10:30:32 -04:00
16 lines
875 B
HTML
16 lines
875 B
HTML
<footer>
|
|
<div class="row">
|
|
<div class="left">Content by <a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>, licensed under <a class="no-underline" href="{{ "license/" | absURL }}"{{ with .Site.Params.license.nameLong }} title="{{ . }}"{{ end }}>{{ .Site.Params.license.name }}</a>.</div>
|
|
<div class="right"><a class="back-to-top" href="#top">↑ Back to top.</a></div>
|
|
</div>
|
|
</footer>
|
|
|
|
{{ if eq hugo.Environment "production" }}
|
|
<!-- https://docs.simpleanalytics.com/without-javascript -->
|
|
<amp-pixel src="{{ "api/send_view" | absURL }}?noscript=true&type=pageview&hostname=CANONICAL_HOSTNAME&path=CANONICAL_PATH&referrer=DOCUMENT_REFERRER&https=true&ua=USER_AGENT&width=VIEWPORT_WIDTH" layout="nodisplay"></amp-pixel>
|
|
{{ end }}
|
|
</body>
|
|
</html>
|
|
|
|
{{ partialCached "functions/debug" . }}
|