mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-13 05:45:31 -04:00
lots of random cleanup & organization
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{{- partial "functions/prepare-meta" . -}}
|
||||
{{- partial "functions/prepare-js" . -}}
|
||||
{{- partial "functions/prepare-css" . -}}
|
||||
<!doctype html>
|
||||
{{ printf "<!-- htmlmin:ignore -->" | safeHTML -}}
|
||||
{{ printf "<!--\n ,,, ,,,\n ;\" ^; ;\" \",\n ; s$$$$$s ;\n , ss$$$$$$$ss ,\"\n ;$$$$$$$$$$$$$$$$\n $$$$$$$$$$$$$$$$$$ Hello, human. :)\n $$$$$\"\"\"$$$\"\"\"$$$$$$\n $$$$$ p\"$$$\"q $$$$$ %s\n $$$$ .$$$$$. $$$$\n $$$$$$$$$$$$$$$$$\n \"$$$$\"*\"$$$$\"\n \"$$.$$\"\n-->" (print .Site.Params.baseURL "/humans.txt") | safeHTML }}
|
||||
@@ -13,7 +16,6 @@
|
||||
</main>
|
||||
{{ partial "page/footer" . }}
|
||||
{{ template "__body_js" . }}
|
||||
{{ partial "scripts/shortcodes" . -}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user