tonyaldon / one.el

one.el a simple Static Site Generator for Emacs Lisp programmers and org-mode users.
https://one.tonyaldon.com
GNU General Public License v3.0
37 stars 10 forks source link

Set the character encoding in generated web pages. #11

Open antoniocorbi opened 3 months ago

antoniocorbi commented 3 months ago

Hi!

I've just discovered one.el and I'm liking it. I need to render accented letters, etc... in the generated html and they don't appear properly rendered, I need to manually add a 'meta charset="utf-8"' to the html header of each generated file.

Is there a way to set this kind of things using a variable or another method?