+
diff --git a/README.md b/README.md
index 0e7fe09..50a2480 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
H0wdy!!!
+feel free to commit, leave suggestions, issues, or really anything <3
## TODO
@@ -7,4 +8,19 @@ H0wdy!!!
- [ ] Webhook support for auto pull on push/update of the git repo
- [ ] Git Branch support
- [ ] add a star/upvote/like feature for pages
-- [ ] edit tracker
\ No newline at end of file
+- [ ] edit tracker
+ - [ ] Author
+ - [ ] last edited
+ - [ ] last editor/commit
+- [ ] pgp signed intergration
+- [-] comments using bitcast - almost there! - generated in comments.db/
+ - [ ] verification - no login pgp
+ - [ ] captcha
+ - [ ] sub rating system
+ - [ ] sort by date etc
+- [ ] dynamically generated links for all avaiable pages
+ - [ ] sitemap
+ - [ ] anti robot shit here
+- [ ] post quantum intergration and verification
+- [ ] BUILD UP THAT MARKDOWN SUPPORT
+- [ ] fix whatever i did to fuck up design/layout/css???
\ No newline at end of file
diff --git a/assets/_layout.html b/assets/_layout.html
index 72d6af1..ef5198a 100644
--- a/assets/_layout.html
+++ b/assets/_layout.html
@@ -20,8 +20,30 @@
+
Comments
+ {{ range .Comments }} +{{ .Body }}
+{{ .Author }} at {{ .CreatedAt }}
+