From 30e5b2a3c3585741daaea082cba5f77ddb9a1cef Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 18 Oct 2018 21:11:48 -0400 Subject: [PATCH] todo moved to readme --- README.md | 5 +++++ todo.md | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 todo.md diff --git a/README.md b/README.md index 6f079bd..00d0260 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,8 @@ blog can work. The HTML entries create divs with the id "entry", which allows you to modify them with a CSS stylesheet. Browse my blog for an idea of how it works (links above). + +## To-Do + +- Make a function for revising already published entries, updating in all + output locations. diff --git a/todo.md b/todo.md deleted file mode 100644 index b50a78b..0000000 --- a/todo.md +++ /dev/null @@ -1,4 +0,0 @@ -# To-Do - -- Make a function for revising already published entries, updating in all - output locations.