diff options
author | EuAndreh <eu@euandre.org> | 2020-10-23 09:46:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-23 09:46:55 -0300 |
commit | eee6e6ea00c493a3621dda9943d181b5ea7d8a59 (patch) | |
tree | f55ceaa6f960d204e357de2d014beff03d6946f9 /_config.yml | |
parent | default.nix: Remove rec from shell derivation (diff) | |
download | euandre.org-eee6e6ea00c493a3621dda9943d181b5ea7d8a59.tar.gz euandre.org-eee6e6ea00c493a3621dda9943d181b5ea7d8a59.tar.xz |
Use site.tld for referencing TLD address, and site.author.email for email
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 3eceb93..5eb7ced 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ --- title: <web>EuAndreh</web> url: "https://euandre.org" +tld: 'euandre.org' author: name: EuAndreh email: eu@euandre.org |