diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-12-22 19:35:12 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-12-22 19:35:12 +0000 |
commit | 95a5c95842de869cfd7c8e9d1c824dc0780af949 (patch) | |
tree | e1f9f306b1058fe256d88465a833cbf4129951f8 /templates | |
parent | 1f8697b0b4680a146a23e451238c7d76239b97b3 (diff) | |
download | boymoder.blog-95a5c95842de869cfd7c8e9d1c824dc0780af949.tar.gz boymoder.blog-95a5c95842de869cfd7c8e9d1c824dc0780af949.zip |
renamed all template files
Diffstat (limited to 'templates')
-rw-r--r-- | templates/discord.jinja (renamed from templates/discord.html) | 0 | ||||
-rw-r--r-- | templates/index.jinja (renamed from templates/index.html) | 4 | ||||
-rw-r--r-- | templates/nhdl.jinja (renamed from templates/nhdl.html) | 0 | ||||
-rw-r--r-- | templates/random.jinja (renamed from templates/random.html) | 0 | ||||
-rw-r--r-- | templates/services.jinja (renamed from templates/services.html) | 0 | ||||
-rw-r--r-- | templates/template.jinja (renamed from templates/template.html) | 0 | ||||
-rw-r--r-- | templates/thoughts.jinja (renamed from templates/thoughts.html) | 0 |
7 files changed, 2 insertions, 2 deletions
diff --git a/templates/discord.html b/templates/discord.jinja index b4504a2..b4504a2 100644 --- a/templates/discord.html +++ b/templates/discord.jinja diff --git a/templates/index.html b/templates/index.jinja index 07488fe..0bb9604 100644 --- a/templates/index.html +++ b/templates/index.jinja @@ -29,8 +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="{{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> + <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> diff --git a/templates/nhdl.html b/templates/nhdl.jinja index 6702113..6702113 100644 --- a/templates/nhdl.html +++ b/templates/nhdl.jinja diff --git a/templates/random.html b/templates/random.jinja index b6e7f64..b6e7f64 100644 --- a/templates/random.html +++ b/templates/random.jinja diff --git a/templates/services.html b/templates/services.jinja index 9ea1d3f..9ea1d3f 100644 --- a/templates/services.html +++ b/templates/services.jinja diff --git a/templates/template.html b/templates/template.jinja index 77bf38c..77bf38c 100644 --- a/templates/template.html +++ b/templates/template.jinja diff --git a/templates/thoughts.html b/templates/thoughts.jinja index bdbe854..bdbe854 100644 --- a/templates/thoughts.html +++ b/templates/thoughts.jinja |