Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Maybe this
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 18, 2016
1 parent f914485 commit 01854c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbuild/models/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def write_index(self, template_name, template_context={}):
template = self.get_template(template_name)
html = template.render(Context(template_context))
with open(self.index_path, 'wb') as f:
f.write(html)
f.write(html.encode("utf-8-sig"))

def write_frontmatter(self):
"""
Expand Down

0 comments on commit 01854c6

Please sign in to comment.