TODO update and meta tag to allow service worker
This commit is contained in:
parent
f37c16167d
commit
0c8571f157
2 changed files with 2 additions and 2 deletions
3
TODO
3
TODO
|
@ -1,7 +1,6 @@
|
||||||
- icon on hover css
|
|
||||||
-----cutoff-----
|
|
||||||
- add button to save articles for offline reading
|
- add button to save articles for offline reading
|
||||||
- post jump points and table of contents (be wary of having this take up too much space on mobile) probably done with position: sticky in some way
|
- post jump points and table of contents (be wary of having this take up too much space on mobile) probably done with position: sticky in some way
|
||||||
|
- refer to implementation here https://blog.kizu.dev/repetition-and-attribution/
|
||||||
- investigate fixing paragraph spacing https://zellwk.com/blog/2016-05-04-wrong-about-vertical-rhythm/
|
- investigate fixing paragraph spacing https://zellwk.com/blog/2016-05-04-wrong-about-vertical-rhythm/
|
||||||
- make overflow behavior in print so scrollbars go away and full content visible
|
- make overflow behavior in print so scrollbars go away and full content visible
|
||||||
- make h1 elems in article content h2 elems or otherwise fix semantics
|
- make h1 elems in article content h2 elems or otherwise fix semantics
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="style.css" type="text/css">
|
<link rel="stylesheet" href="style.css" type="text/css">
|
||||||
<script type="module" src="script.js"></script>
|
<script type="module" src="script.js"></script>
|
||||||
|
<meta http-equiv="content-security-policy" content="worker-src 'self'">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue