From f0e3048a24a4cb83218753e9815ab31513f9aa6d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 17 Aug 2020 17:48:30 +0200 Subject: [PATCH] Update todo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0418e4..2c16964 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,6 @@ Simple blog management system. ## Todo -4. Find a nice way to display metadata (author, dates, etc) -6. Add syntax coloration to code blocks +1. Add syntax coloration to code blocks +2. Rework HTML structure to be more logical and not tied to styling. +3. Find a nice way to display metadata (author, dates, etc)