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 | |
parent | 9c52a729744fc2d3e42cfc521376b741a0db3fa0 (diff) | |
download | eda.gay-de57b6fd929b7ce1a93db6442d01321786ccc9b6.tar.gz eda.gay-de57b6fd929b7ce1a93db6442d01321786ccc9b6.zip |
General housekeeping, removed some defunct features
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/index.html.j2 | 2 | ||||
-rw-r--r-- | templates/questions.html.j2 | 2 | ||||
-rwxr-xr-x | templates/template.html.j2 | 4 |
3 files changed, 4 insertions, 4 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> diff --git a/templates/questions.html.j2 b/templates/questions.html.j2 index bf6b278..97edd38 100644 --- a/templates/questions.html.j2 +++ b/templates/questions.html.j2 @@ -1,6 +1,6 @@ {% extends "template.html.j2" %} {% block content %} - <h4><a href="https://tellonym.me/boymoderology">ask a question!</a></h4> + <h4><a href="https://whispa.sh/@boymoderology">ask a question!</a></h4> <dl> {% for id_, link, dt, question, answer in qnas %} <dt><a href="{{ link }}">{{ dt.isoformat() }}</a></dt> diff --git a/templates/template.html.j2 b/templates/template.html.j2 index b0ce156..1c9e99e 100755 --- a/templates/template.html.j2 +++ b/templates/template.html.j2 @@ -8,7 +8,7 @@ <meta content="{{title}}" property="og:title" /> <meta content="Formerly chuck's" property="og:description" /> - <meta content="https://eda.gay" property="og:url" /> + <meta content="https://boymoder.blog" property="og:url" /> <meta content="/img/greenboi.jpg?h=512&w=512" property="og:image" /> </head> <body> @@ -49,7 +49,7 @@ </div> <footer> <p>this site is <a href="/thought?id=3">javascript free</a></p> - <a href="https://git.eda.gay/eda.gay/file/LICENSE.html">sauce code released under gplv3</a> <a href="https://github.com/jwansek/eda.gay">alternate git link</a> + <a href="https://git.eda.gay/eda.gay.git/tree/LICENSE">sauce code released under gplv3</a> <a href="https://github.com/jwansek/eda.gay">alternate git link</a> <div id="footer_banners"> <p> <a href="http://jigsaw.w3.org/css-validator/check/referer"> |