Skip to content

Commit

Permalink
Merge pull request #985 from Retrospring/my-neighbour-mastodon
Browse files Browse the repository at this point in the history
add link to Mastodon on error pages
  • Loading branch information
raccube committed Jan 23, 2023
2 parents 813999f + 5c1d8d5 commit 1a2048e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion public/422.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ <h1>
<i>Please retry what you just did. If the problem persists, don't hesitate to contact us:</i>
</p>
<ul class="links mt-0">
<li>
<a href="https://fosstodon.org/@retrospring">Mastodon: @retrospring@fosstodon.org</a>
</li>
<li>
<a href="https://twitter.com/Retrospring">Twitter: @Retrospring</a>
</li>
Expand All @@ -160,4 +163,4 @@ <h1>
}
</script>
</body>
</html>
</html>
5 changes: 4 additions & 1 deletion public/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ <h1>
<i>We get notified about issues, but feel free to contact us:</i>
</p>
<ul class="links mt-0">
<li>
<a href="https://fosstodon.org/@retrospring">Mastodon: @retrospring@fosstodon.org</a>
</li>
<li>
<a href="https://twitter.com/Retrospring">Twitter: @Retrospring</a>
</li>
Expand All @@ -160,4 +163,4 @@ <h1>
}
</script>
</body>
</html>
</html>
1 change: 1 addition & 0 deletions public/502.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ <h1>This page takes way too long to load!</h1>
</div>
<div class="links">
<a href="https://github.com/Retrospring/retrospring/issues">Bug tracker</a> &middot;
<a href="https://fosstodon.org/@retrospring">Mastodon</a> &middot;
<a href="https://twitter.com/retrospring">Twitter</a>
</div>
</body>
Expand Down

0 comments on commit 1a2048e

Please sign in to comment.