aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-12-22 19:27:02 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-12-22 19:27:02 +0000
commit1f8697b0b4680a146a23e451238c7d76239b97b3 (patch)
tree80aef02677a7ed8fe4c3094df4646f355f4432dd /templates
parent0da974e1e97dc57549f0f9a9c8b86357413a5ed7 (diff)
downloadeda.gay-1f8697b0b4680a146a23e451238c7d76239b97b3.tar.gz
eda.gay-1f8697b0b4680a146a23e451238c7d76239b97b3.zip
added other git server to git links
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 1b4eda0..07488fe 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -29,7 +29,8 @@
<h3>recent git commits:</h3>
<ul>
{% for commit in commits %}
- <li><a href="{{commit['url']}}">{{"[%s] %s {+%i;-%i}" % (commit["repo"], commit["message"], commit["stats"]["additions"], commit["stats"]["deletions"])}}</a></li>
+ <!-- <li><a href="{{commit['url']}}">{{"[%s] %s {+%i;-%i}" % (commit["repo"], commit["message"], commit["stats"]["additions"], commit["stats"]["deletions"])}}</a></li> -->
+ <li>[<a href="{{https://git.eda.gay + commit['repo']}}">{{commit["repo"]}}</a>] {+{{commit["stats"]["additions"]}}; -{{commit["stats"]["deletions"])}}} <a href="{{commit['url'].replace('github.com', 'git.eda.gay') + '.html'}}">{{commit["message"]}}</a> - <a href="{{commit['url']}}">Backup link</a></li>
{% endfor %}
</ul>
</section>