From 64c36dcef8ab1c0b985d79da627cecd30fd50336 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Thu, 23 Dec 2021 00:24:16 +0000 Subject: Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 813372e..db896d2 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ The application will be listening on port 3000. This website is essentially built like a wiki system, though there are some drawbacks with this compared to actual wiki software, considering this is a highly specific use case of it. In no particular order: * re-rendering pages are a pain after edits * files are read from /static/image rather than /pages/file (which breaks the point of the entire namespace system) -* templates can't transclude other templates -* the Template namespace is the only transcludable namespace +* ~~templates can't transclude other templates~~ (✅ fixed [144fec4](https://github.com/LMBishop/website/commit/144fec46aff02621d53fa1a101d879adaaf6126d)) +* ~~the Template namespace is the only transcludable namespace~~ (✅ fixed [144fec4](https://github.com/LMBishop/website/commit/144fec46aff02621d53fa1a101d879adaaf6126d)) +* ~~circular dependencies cause infinite recursion~~ (✅ fixed [951984f](https://github.com/LMBishop/website/commit/951984fb55d552d9c816a30069e2321f3602d305)) * code is a bit wack in places * I'm never happy with the visual design * I don't actually know what to fill this website with -- cgit v1.2.3-70-g09d2