Skip to content

Commit

Permalink
Merge pull request #365 from knatten/github-link
Browse files Browse the repository at this point in the history
Add GitHub link
  • Loading branch information
knatten authored Sep 22, 2024
2 parents 8bce04a + 5bedbc0 commit 080bebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ <h1><a href="/">C++ Quiz</a></h1>
<a href="https://mastodon.online/@cppquiz"><img src="{{STATIC_URL}}/mastodon.png" height="15" alt="Mastodon"> Mastodon</a> |
<a href="https://bsky.app/profile/cppquiz.bsky.social"><img src="{{STATIC_URL}}/bluesky.png" height="15" alt="Bluesky"> Bluesky</a> |
<a href="https://x.com/intent/follow?screen_name=CppQuiz" class="x-follow"><img src="{{STATIC_URL}}/x.png" height="9" alt="X"> X</a> |
<a href="https://github.com/knatten/cppquiz"> GitHub</a> |
© <a href="http://knatten.org">Anders Schau Knatten</a> {% now "Y"%}.
</p>
<p>
Expand Down

0 comments on commit 080bebf

Please sign in to comment.