diff options
-rw-r--r-- | build.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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', )) |