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 /_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md | |
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-- | _articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md b/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md index 34b0c63..2b3b2bf 100644 --- a/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md +++ b/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md @@ -261,8 +261,9 @@ present anywhere else; *etc.* youtube-dl is a great tool to keep at hand. It covers a really large range of video websites and works robustly. -Feel free to copy and modify this code, and [send me](mailto:eu@euandre.org) -suggestions of improvements or related content. +Feel free to copy and modify this code, and +[send me](mailto:{{ site.author.email }}) suggestions of improvements or related +content. ## *Edit* |