added explitict TODO cutoff
This commit is contained in:
parent
2269e4f9e6
commit
60d5a88967
1 changed files with 4 additions and 4 deletions
8
TODO
8
TODO
|
@ -1,6 +1,5 @@
|
||||||
- make separate blog list page redundant
|
- get house svg
|
||||||
- move socials to footer (and iconify them)
|
- move socials to header/footer (and iconify them)
|
||||||
- change navbar into home button
|
|
||||||
- RSS icon on hover css
|
- RSS icon on hover css
|
||||||
- add button to save articles for offline reading
|
- add button to save articles for offline reading
|
||||||
- add alt text to any images either blank or actual text rather than just nothing
|
- add alt text to any images either blank or actual text rather than just nothing
|
||||||
|
@ -8,7 +7,8 @@
|
||||||
- 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/
|
||||||
- sitemap
|
- sitemap
|
||||||
- robots.txt
|
- robots.txt
|
||||||
- make overflow behavior in print so scrollbars go away and full content visibl
|
-----cutoff-----
|
||||||
|
- make overflow behavior in print so scrollbars go away and full content visible
|
||||||
- make h1 elems in article content h2 elems
|
- make h1 elems in article content h2 elems
|
||||||
- make h2 elems have anchor elems with rel="bookmark" and a name to make them proper bookmarks, also add :target css as needed
|
- make h2 elems have anchor elems with rel="bookmark" and a name to make them proper bookmarks, also add :target css as needed
|
||||||
- stick stuff under h elements into section elems
|
- stick stuff under h elements into section elems
|
||||||
|
|
Loading…
Reference in a new issue