diff options
author | EuAndreh <eu@euandre.org> | 2020-12-15 16:08:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-15 16:08:03 -0300 |
commit | b03a81affc1e40cb0a2426ba914641f607a45dcc (patch) | |
tree | b6cce24ffb3931ba3daf3ceca158ced03365f54a /_config.yml | |
parent | TIL on Awk: Add update section with POSIX Awk version (diff) | |
download | euandre.org-b03a81affc1e40cb0a2426ba914641f607a45dcc.tar.gz euandre.org-b03a81affc1e40cb0a2426ba914641f607a45dcc.tar.xz |
Add pastebins to to <nav> and make <nav> CSS look better on small screens
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/_config.yml b/_config.yml index 49a94de..6050d93 100644 --- a/_config.yml +++ b/_config.yml @@ -55,18 +55,17 @@ t: pt: "Site do EuAndreh" fr: "Site d'EuAndreh" eo: "Retejo de EuAndreh" - pages: - about: - name: - en: "About" - pt: "Sobre" - fr: "À propos" - eo: "Pri" - url: - en: "about.md" - pt: "sobre.md" - fr: "a-propos.md" - eo: "pri.md" + about: + name: + en: "About" + pt: "Sobre" + fr: "À propos" + eo: "Pri" + url: + en: "about.md" + pt: "sobre.md" + fr: "a-propos.md" + eo: "pri.md" articles: url: en: "en/index.md" @@ -90,6 +89,16 @@ t: fr: "/feed.articles.fr.atom" eo: "/feed.articles.eo.atom" pastebins: + name: + en: "Pastebins" + pt: "Pastebins" + fr: "Pastebins" + eo: "Pastebins" + url: + en: "pastebins.en.md" + pt: "pastebins.pt.md" + fr: "pastebins.fr.md" + eo: "pastebins.eo.md" listing: en: "Pastebins listing" pt: "Lista de pastebins" |