diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-12-01 16:16:47 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-12-01 16:19:36 +0100 |
commit | d77e3ef5acdfc69090f5f32f21da691bc825c182 (patch) | |
tree | 30e3c5446bc1f3afc22b176add6bac06ba6af6e8 /_config.yml | |
parent | update plots (diff) | |
download | sorting-algorithms-d77e3ef5acdfc69090f5f32f21da691bc825c182.tar.gz sorting-algorithms-d77e3ef5acdfc69090f5f32f21da691bc825c182.zip |
switch to egor@tensin.name
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index ece57fc..1a582fa 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ plugins: # jekyll-github-metadata repository: egor-tensin/sorting-algorithms # jekyll-remote-theme -remote_theme: egor-tensin/jekyll-theme@ac233bb760b4947f0126ba17d78c182bb8f7ff1f +remote_theme: egor-tensin/jekyll-theme@2028afbf8795e2a42b4799ab3141239d57df3929 # Theme settings settings: @@ -29,7 +29,7 @@ settings: name: Sorting algorithms 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} |