diff options
author | EuAndreh <eu@euandre.org> | 2020-02-05 23:41:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-05 23:41:20 -0300 |
commit | adb2366942be1320ed0fa9b6ccee2e7d2b53faaa (patch) | |
tree | e7fbfa9768e26537d14fabea2e5cd5a5ef08ca9d | |
parent | Test: assert date in filename matches date in frontmatter (diff) | |
download | euandre.org-adb2366942be1320ed0fa9b6ccee2e7d2b53faaa.tar.gz euandre.org-adb2366942be1320ed0fa9b6ccee2e7d2b53faaa.tar.xz |
Use custom date format for pt
Diffstat (limited to '')
-rw-r--r-- | TODOs.org | 6 | ||||
-rw-r--r-- | _config.yml | 4 |
2 files changed, 2 insertions, 8 deletions
@@ -1,11 +1,5 @@ * Tasks ** Spelling -** config.yml -** change file naming strategy -use subfolders? -** Fix date formatting -** add sitemap -https://www.sylvaindurand.org/making-jekyll-multilingual/ ** Indent XML and HTML ** Drafts in feed ** Fix markdown of posts and pastebins diff --git a/_config.yml b/_config.yml index b653bb3..9f6cca1 100644 --- a/_config.yml +++ b/_config.yml @@ -45,8 +45,8 @@ t: en: '/feed.en.xml' pt: '/feed.pt.xml' date_format: - en: '%b %-d, %Y' - pt: '%b %-d, %Y' + en: '%B %-d, %Y' + pt: '%-d de %B de %Y' posted_on: en: 'Posted on' pt: 'Postado em' |