TODO updated (2)

feature/oscar-theme
Óscar M. Lage 2022-03-24 10:08:06 +01:00
parent b296850bd6
commit e01de3d9eb
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@
- [x] Remove `tale` theme - [x] Remove `tale` theme
- [ ] Some images contains a `<p>`, get rid of it. - [ ] Some images contains a `<p>`, get rid of it.
- Images with p in the post content (as it is html now) - Images with p in the post content (as it is html now)
- ![image.png](path/to/image.png) -> <p><img src=""></p> - `![image.png](path/to/image.png)` -> `<p><img src=""></p>`
- [ ] There is a `<h2>` that contains a `<p>` too. Try to get rid of it - [ ] There is a `<h2>` that contains a `<p>` too. Try to get rid of it
- ## -> <h2><p>Whatever</p></h2> - `##` -> `<h2><p>Whatever</p></h2>`
- [ ] Review pending texts (off-screen) - [ ] Review pending texts (off-screen)
- [ ] Index - [ ] Index
- [ ] About, Colophon, CV... (add Setup info?) - [ ] About, Colophon, CV... (add Setup info?)