update
This commit is contained in:
parent
2b9fe8c15f
commit
c2ba046dc6
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -3,4 +3,5 @@
|
|||
url = gitea@git.hoyer.xyz:harald/zola-clean-blog.git
|
||||
[submodule "themes/abridge"]
|
||||
path = themes/abridge
|
||||
url = https://github.com/jieiku/abridge.git
|
||||
url = gitea@git.hoyer.xyz:harald/abridge.git
|
||||
|
||||
|
|
|
@ -223,7 +223,7 @@ webmanifest = "manifest.min.json" # Required for PWAs
|
|||
### The options below other than pwa=true, only come into play when the npm/node script is ran.
|
||||
###############################################################################
|
||||
|
||||
pwa = true # true to load the service worker
|
||||
pwa = false # true to load the service worker
|
||||
pwa_VER = '3.11.0' # Service Worker cache version. (increment if you need to force a new cache)
|
||||
|
||||
### 3600=1hour, 28800=8hours, 86400=1day, 604800=1week, 1209600=2weeks
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 74cd087c3671e6b9ec141f126ebf3479bdbcfcb7
|
||||
Subproject commit 21dfeb963068be3467b572a3307dd11c9efc33ba
|
Loading…
Reference in a new issue