mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-13 06:05:32 -04:00
remove local-storage-fallback, bump other deps
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
{{- 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 }}
|
||||
{{- printf "<!-- htmlmin:ignore -->" | safeHTML }}
|
||||
|
||||
{{- partial "functions/prepare-meta" . -}}
|
||||
{{- partial "functions/prepare-js" . -}}
|
||||
{{- partial "functions/prepare-css" . -}}
|
||||
|
||||
<html lang="{{ .Site.LanguageCode | default "en" }}">
|
||||
<head>
|
||||
{{ partial "head/_head" . }}
|
||||
|
Reference in New Issue
Block a user