diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-10 00:16:15 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:01:14 +0100 |
commit | d016d172f00d318003bfe380859c9b97e5be6802 (patch) | |
tree | 4f60055bcad2e1209827631ae7a78bfd2c7c646c /_config.yml | |
parent | add mermaid (diff) | |
download | hack-gpon.github.io-d016d172f00d318003bfe380859c9b97e5be6802.tar hack-gpon.github.io-d016d172f00d318003bfe380859c9b97e5be6802.tar.gz hack-gpon.github.io-d016d172f00d318003bfe380859c9b97e5be6802.tar.bz2 hack-gpon.github.io-d016d172f00d318003bfe380859c9b97e5be6802.tar.lz hack-gpon.github.io-d016d172f00d318003bfe380859c9b97e5be6802.tar.xz hack-gpon.github.io-d016d172f00d318003bfe380859c9b97e5be6802.tar.zst hack-gpon.github.io-d016d172f00d318003bfe380859c9b97e5be6802.zip |
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index f015238..0a32da6 100644 --- a/_config.yml +++ b/_config.yml @@ -39,6 +39,8 @@ nav_sort: case_sensitive aux_links:
"Hack GPON on GitHub":
- "//github.com/hack-gpon/hack-gpon.github.io"
+ "Hack GPON on Telegram":
+ - "//t.me/HackGPON"
back_to_top: true
back_to_top_text: "Back to top"
@@ -114,4 +116,4 @@ webp: # append '.webp' to filename after original extension rather than replacing it.
# Default transforms `image.png` to `image.webp`, while changing to true transforms `image.png` to `image.png.webp`
append_ext: false
-############################################################
\ No newline at end of file +############################################################
|