diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-12 23:59:07 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:03:12 +0100 |
commit | f21c4d280d71b81c473f07862c22f92c55750cb2 (patch) | |
tree | 56ec396960be114965f33f6d51c7ce3f2e4121c8 /_config.yml | |
parent | Update ont-Huawei-HG8010H.md (diff) | |
download | hack-gpon.github.io-f21c4d280d71b81c473f07862c22f92c55750cb2.tar hack-gpon.github.io-f21c4d280d71b81c473f07862c22f92c55750cb2.tar.gz hack-gpon.github.io-f21c4d280d71b81c473f07862c22f92c55750cb2.tar.bz2 hack-gpon.github.io-f21c4d280d71b81c473f07862c22f92c55750cb2.tar.lz hack-gpon.github.io-f21c4d280d71b81c473f07862c22f92c55750cb2.tar.xz hack-gpon.github.io-f21c4d280d71b81c473f07862c22f92c55750cb2.tar.zst hack-gpon.github.io-f21c4d280d71b81c473f07862c22f92c55750cb2.zip |
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/_config.yml b/_config.yml index b92e11d..787d99a 100644 --- a/_config.yml +++ b/_config.yml @@ -37,14 +37,14 @@ url: "https://hack-gpon.github.io/" nav_sort: case_sensitive
aux_links:
- - "Github":
- color: 'blue'
- logo: 'https://cdn-icons-png.flaticon.com/512/1051/1051377.png'
- link: '//github.com/hack-gpon/hack-gpon.github.io'
- - "Telegram":
- color: 'blue'
- logo: 'https://iconape.com/wp-content/png_logo_vector/telegram-new-2019-black-x-logo.png'
- link: '//t.me/HackGPON'
+ - title: "Github"
+ color: 'blue'
+ icon: 'svg-github'
+ link: '//github.com/hack-gpon/hack-gpon.github.io'
+ - title: "Telegram"
+ color: 'blue'
+ icon: 'svg-telegram'
+ link: '//t.me/HackGPON'
#aux_links:
# "Hack GPON on GitHub":
|