You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/10/12 12:17:58 UTC

[sling-site] branch master updated: explicitly set UTF-8 encoding for the templates

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d329daf  explicitly set UTF-8 encoding for the templates
d329daf is described below

commit d329daf8120fd13ab765c9c1856fc84328995b33
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Oct 12 14:17:54 2017 +0200

    explicitly set UTF-8 encoding for the templates
---
 src/main/jbake/jbake.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index cafb371..a81e14d 100644
--- a/src/main/jbake/jbake.properties
+++ b/src/main/jbake/jbake.properties
@@ -20,3 +20,6 @@ index.paginate=false
 markdown.extensions=WIKILINKS,TABLES,ANCHORLINKS
 template.downloads.file=downloads.tpl
 sling.lastCommitBaseUrl=https://github.com/apache/sling-site/commit/
+# character encoding MIME name used in templates.
+# use one of http://www.iana.org/assignments/character-sets/character-sets.xhtml
+template.encoding=UTF-8

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].