1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 05:45:31 -04:00

link View Source in page/post footers to specific file on GitHub

This commit is contained in:
2020-06-26 12:59:46 -04:00
parent f3198e0235
commit 45b23c45a3
4 changed files with 19 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
<div id="wrap">
{{ block "main" . }}{{ end }}
</div>
{{ partialCached "page/footer" . }}
{{ partial "page/footer" . }}
{{ partial "scripts/_bundle" . -}}
{{ partial "scripts/shortcodes" . -}}
</body>