diff options
author | EuAndreh <eu@euandre.org> | 2020-02-06 00:19:36 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-06 00:19:36 -0300 |
commit | c097bdb3ba09b0292d944fcc518a1cad6ab03ff2 (patch) | |
tree | c7a105ac4315162bd1390a04a8b9a74df05a2cf8 /_config.yml | |
parent | Use custom date format for pt (diff) | |
download | euandre.org-c097bdb3ba09b0292d944fcc518a1cad6ab03ff2.tar.gz euandre.org-c097bdb3ba09b0292d944fcc518a1cad6ab03ff2.tar.xz |
Sanitize markdown content
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 9f6cca1..8eabae1 100644 --- a/_config.yml +++ b/_config.yml @@ -5,8 +5,6 @@ author: name: EuAndreh email: eu@euandre.org -markdown: CommonMark - exclude: - Gemfile - Gemfile.lock @@ -29,6 +27,9 @@ t: about: en: "About" pt: "Sobre" + about_url: + en: '/about.html' + pt: '/sobre.html' home: en: "EuAndreh's blog" pt: "Blog do EuAndreh" |