Skip to content

Commit 661ca4f

Browse files
committed
Improve footer text and link source code repo
1 parent 69c62e5 commit 661ca4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Logya
2+
archive/
23
deploy/
34
static/compiled/
45
static/data/

templates/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
{% block content %}{% endblock %}
1616

1717
<footer class="container">
18-
<p><a href="/">CoderStats</a> is a free service that displays statistics for coders with public open source code repositories.<br>
18+
<p><a href="/">CoderStats</a> is a free service that displays statistics for coders with public Git repositories on GitHub.<br>
19+
<a href="https://github.com/coderstats/coderstats.net">Source Code</a>
1920
<a href="https://chrome.google.com/webstore/detail/necogepejonacpphmlmcagmbjaogpbng">Chrome Extension</a><a href="https://addons.mozilla.org/en-US/firefox/addon/coderstats/">Firefox Add-on</a><a href="https://teespring.com/stores/codershirts" title="T-Shirts, hoodies, mugs and stickers for coders">CoderShirts Store</a>
2021
</footer>
2122

0 commit comments

Comments
 (0)