diff options
author | EuAndreh <eu@euandre.org> | 2020-09-18 02:05:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-09-18 02:07:20 -0300 |
commit | 7707874ad706f17e318c488363ab7cac58fc18b3 (patch) | |
tree | 21c89873d6f784a40c203a7714f2ae00ca3c35e0 /_config.yml | |
parent | styles.css: Add horizontal scrollbar on long code blocks (diff) | |
download | euandre.org-7707874ad706f17e318c488363ab7cac58fc18b3.tar.gz euandre.org-7707874ad706f17e318c488363ab7cac58fc18b3.tar.xz |
Fix missing website description
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 70f02b8..61495f0 100644 --- a/_config.yml +++ b/_config.yml @@ -39,6 +39,10 @@ collections: permalink: /til/:year/:month/:day/:title:output_ext t: + description: + en: "EuAndreh's website" + pt: "Site do EuAndreh" + fr: "Site d'EuAndreh" blog_url: en: "en/index.md" pt: "pt/index.md" |