invalidate cache for index template, remove text from footer for better mobile experience

This commit is contained in:
Ondrej Synacek 2019-11-14 09:11:09 +01:00
parent b313fa1a2c
commit eda28c29d1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Worker v11
// Worker v12
self.addEventListener('install', (event) => {
event.waitUntil(

View File

@ -76,7 +76,7 @@
<footer>
v.<%= version %> ◆
Created by <a href="https://ondrejsynacek.com" target="_blank">Ondrej Synacek</a> (2019) ◆
<a href="https://ondrejsynacek.com" target="_blank">Ondrej Synacek</a> (2019) ◆
<a href="https://github.com/comatory/fb2iCal" target="_blank" title="Github">Source</a> ◆
<a href="/about" target="_blank" title="About the project">About</about>
</footer>