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 | |
parent | remove the navbar icon (diff) | |
download | wireguard-config-839d31bc5acdc947daee7e4361b93e890a36e742.tar.gz wireguard-config-839d31bc5acdc947daee7e4361b93e890a36e742.zip |
switch to egor@tensin.name
-rw-r--r-- | LICENSE.txt | 2 | ||||
-rw-r--r-- | _config.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index e758552..55e67c2 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com> +Copyright (c) 2021 Egor Tensin <egor@tensin.name> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal 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} |