diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-10-08 23:39:56 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-10-08 23:39:56 +0100 |
commit | 5d5abedb7504a93bda52fc326e39255629e2c648 (patch) | |
tree | 34c126223f022ae9b6d04e62fc71e8cd61226a9d /templates/index.html.j2 | |
parent | 41ef9c15994a0db74cd8af1e7f43e8493c17460f (diff) | |
download | eda.gay-5d5abedb7504a93bda52fc326e39255629e2c648.tar.gz eda.gay-5d5abedb7504a93bda52fc326e39255629e2c648.zip |
Added rendering diary posts, fixed git section
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 31c6207..72bff7b 100755 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -29,7 +29,7 @@ <h3>recent git commits:</h3> <ul> {% for commit in commits %} - <li>[<a href="{{'https://git.eda.gay/' + commit['repo'] + '/about.html'}}">{{commit["repo"]}}</a>] {+{{commit["stats"]["additions"]}}; -{{commit["stats"]["deletions"]}}} <a href="{{commit['url'].replace('github.com/jwansek', 'git.eda.gay') + '.html'}}">{{commit["message"]}}</a> - <a href="{{commit['url']}}">backup link</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/jwansek', 'git.eda.gay')}}">{{commit["message"]}}</a> - <a href="{{commit['url']}}">github mirror</a></li> {% endfor %} </ul> </section> |