diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-07 19:26:36 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-07 19:26:36 +0100 |
commit | de57b6fd929b7ce1a93db6442d01321786ccc9b6 (patch) | |
tree | fb7dfbba2c41a23bc079da50ac219b56fd6329ce /templates/index.html.j2 | |
parent | 9c52a729744fc2d3e42cfc521376b741a0db3fa0 (diff) | |
download | eda.gay-de57b6fd929b7ce1a93db6442d01321786ccc9b6.tar.gz eda.gay-de57b6fd929b7ce1a93db6442d01321786ccc9b6.zip |
General housekeeping, removed some defunct features
Diffstat (limited to 'templates/index.html.j2')
-rwxr-xr-x | templates/index.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 49c2794..53ca77e 100755 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -16,7 +16,7 @@ <h3>recent git commits:</h3> <ul> {% for commit in commits %} - <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/jwansek', 'git.eda.gay')}}">{{commit["message"]}}</a> - <a href="{{commit['url']}}">github mirror</a></li> + <li>[<a href="{{commit['git_repo_url']}}">{{commit["repo"]}}</a>] {+{{commit["stats"]["additions"]}}; -{{commit["stats"]["deletions"]}}} <a href="{{commit['git_commit_url']}}">{{commit["message"]}}</a> - <a href="{{commit['github_commit_url']}}">github mirror</a></li> {% endfor %} </ul> </section> |