diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-12-01 16:25:57 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-12-01 16:25:57 +0100 |
commit | 839d31bc5acdc947daee7e4361b93e890a36e742 (patch) | |
tree | fa2c45a5770f7b3a16bde5fa53965a434cb9af3c /_config.yml | |
parent | remove the navbar icon (diff) | |
download | wireguard-config-839d31bc5acdc947daee7e4361b93e890a36e742.tar.gz wireguard-config-839d31bc5acdc947daee7e4361b93e890a36e742.zip |
switch to egor@tensin.name
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 707a6b3..59a2f3a 100644 --- a/_config.yml +++ b/_config.yml @@ -24,7 +24,7 @@ plugins: # jekyll-github-metadata repository: egor-tensin/wireguard-config # jekyll-remote-theme -remote_theme: egor-tensin/jekyll-theme@ac233bb760b4947f0126ba17d78c182bb8f7ff1f +remote_theme: egor-tensin/jekyll-theme@2028afbf8795e2a42b4799ab3141239d57df3929 # Theme settings settings: @@ -32,7 +32,7 @@ settings: name: WireGuard configuration author: name: Egor Tensin - email: Egor.Tensin@gmail.com + email: egor@tensin.name links: - {rel: apple-touch-icon, sizes: 180x180, href: /assets/favicon/apple-touch-icon.png} - {rel: icon, type: image/png, sizes: 32x32, href: /assets/favicon/favicon-32x32.png} |