add /github redirect

This commit is contained in:
2021-07-31 14:52:32 +02:00
parent 4ee0f7de03
commit a0b83f7ed9
2 changed files with 10 additions and 3 deletions

View File

@@ -19,6 +19,14 @@
from = "/fb" from = "/fb"
to = "https://facebook.com/groups/gractwo" to = "https://facebook.com/groups/gractwo"
[[redirects]]
from = "/github"
to = "https://github.com/gractwo"
[[redirects]]
from = "/gh"
to = "https://github.com/gractwo"
# 'funny' REDIRECTS # 'funny' REDIRECTS
[[redirects]] [[redirects]]
from = "/pgtf-theme" from = "/pgtf-theme"

View File

@@ -50,9 +50,8 @@
<section> <section>
<h3>Gractwo 2020-2021</h3> <h3>Gractwo 2020-2021</h3>
<p> <p>
Strona napisana i hostowana przez <a href="#jamesen">jamesena</a>. Kod Kod dostępny na
dostępny na <a href="/github" target="_blank">GitHubie</a>.
<a href="https://github.com/Gractwo" target="_blank">GitHubie</a>.
</p> </p>
</section> </section>
</main> </main>