aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.py b/build.py
index 7d71b9f..1c117bd 100644
--- a/build.py
+++ b/build.py
@@ -178,6 +178,7 @@ def main():
now=datetime.utcnow(),
posts=posts,
content_attr='html_content',
+ content_type='html',
))
(gmi_site_dir / 'feed.xml').write_text(feed.render(
root='gemini://boringcactus.com',
@@ -186,6 +187,7 @@ def main():
now=datetime.utcnow(),
posts=posts,
content_attr='gmi_content',
+ content_type='text/gemini',
))