add /twitter & /youtube & /yt
This commit is contained in:
12
netlify.toml
12
netlify.toml
@@ -27,6 +27,18 @@
|
||||
from = "/gh"
|
||||
to = "https://github.com/gractwo"
|
||||
|
||||
[[redirects]]
|
||||
from = "/youtube"
|
||||
to = "https://youtube.com/channel/UCM5O0ltiO_ZigZiP-Wa28Ew"
|
||||
|
||||
[[redirects]]
|
||||
from = "/yt"
|
||||
to = "https://youtube.com/channel/UCM5O0ltiO_ZigZiP-Wa28Ew"
|
||||
|
||||
[[redirects]]
|
||||
from = "/twitter"
|
||||
to = "https://twitter.com/gractwo"
|
||||
|
||||
# 'funny' REDIRECTS
|
||||
[[redirects]]
|
||||
from = "/pgtf-theme"
|
||||
|
||||
@@ -19,6 +19,12 @@
|
||||
<g-link to="/github" target="_blank">
|
||||
<i class="fab fa-github"></i>
|
||||
</g-link>
|
||||
<g-link to="/youtube" target="_blank">
|
||||
<i class="fab fa-youtube"></i>
|
||||
</g-link>
|
||||
<g-link to="/twitter" target="_blank">
|
||||
<i class="fab fa-twitter"></i>
|
||||
</g-link>
|
||||
<g-link to="/facebook" target="_blank">
|
||||
<i class="fab fa-facebook"></i>
|
||||
Facebook
|
||||
|
||||
Reference in New Issue
Block a user