Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tnwhitwell/hugo-startpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Whitwell <tom@whitwell.xyz>2018-04-22 18:40:05 +0300
committerTom Whitwell <tom@whitwell.xyz>2018-04-22 18:40:05 +0300
commitcead0c59f8eb3dc9fa76f3215af6d1f6e062926b (patch)
tree719473a6f7872f685783158f23831c07db6a6707
parent7bb4e2070850a2581cb83f5ad54b0594e68bb88a (diff)
add appcache manifest
-rw-r--r--layouts/index.html2
-rw-r--r--static/startpage.appcache6
2 files changed, 7 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index ef0858e..d034e9e 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="{{ .Site.LanguageCode }}">
+<html lang="{{ .Site.LanguageCode }}" manifest="startpage.appcache">
<head>
<title> {{ .Site.Title }} </title>
{{ partial "head.html" . }}
diff --git a/static/startpage.appcache b/static/startpage.appcache
new file mode 100644
index 0000000..a53a9cc
--- /dev/null
+++ b/static/startpage.appcache
@@ -0,0 +1,6 @@
+CACHE MANIFEST
+# startpage.appcache v1
+# this is my cache manifest
+index.html
+css/styles-min.css
+css/font-roboto-min.css