mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 16:50:30 -04:00
15 lines
709 B
HTML
15 lines
709 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" }}
|
|
<amp-pixel src="{{ "api/count_view" | absURL }}?p=CANONICAL_PATH&h=SOURCE_URL&r=DOCUMENT_REFERRER&sid=PPSQZUDY" layout="nodisplay"></amp-pixel>
|
|
{{ end }}
|
|
</body>
|
|
</html>
|
|
|
|
{{ partialCached "functions/debug" . }}
|