Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
<footer>
<p>
Created &amp; maintained by <a href="https://www.ubideco.org">UBIDECO Labs</a><br/>
See a bug? <a href="https://github.com/UBIDECO/cation-lang.org/issues/new">File an issue!</a>
See a bug? <a href="https://github.com/cation-lang/cation-lang.org/issues/new">File an issue!</a>
</p>
<div>
<a href="https://twitter.com/lnp_bp"><img src="/social/twitter.svg" alt="twitter logo" title="Twitter"></a>
<a href="https://x.com/lnp_bp"><img src="/social/twitter.svg" alt="twitter logo" title="Twitter, officially known as X"></a>
<a href="https://t.me/cation_lang"><img src="/social/telegram.svg" alt="telegram logo" title="Telegram"></a>
<a href="https://github.com/UBIDECO/cation-lang"><img src="/social/github.svg" alt="github logo" title="GitHub"></a>
<a href="https://github.com/cation-lang/cation-lang"><img src="/social/github.svg" alt="github logo" title="GitHub"></a>
</div>
<p>We do not use cookies or any other tracking technology on visitors to this site</p>
</footer>
Expand Down