aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/guff/views/post-exporter.cr3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/guff/views/post-exporter.cr b/src/guff/views/post-exporter.cr
index 0558c39..78c5e86 100644
--- a/src/guff/views/post-exporter.cr
+++ b/src/guff/views/post-exporter.cr
@@ -103,6 +103,7 @@ class Guff::Views::PostExporter
"text" => "Some description of this blog."
})
+ # TODO: do we want a post category hierarchy ala wp?
# TODO: write tags used by blog posts
# write posts
@@ -126,6 +127,8 @@ class Guff::Views::PostExporter
end
end
+ # TODO: add support for pages
+
# write footer
io << TEMPLATES["foot"].run(EMPTY_HASH)
end