diff options
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/discord.html.j2 (renamed from templates/discord.jinja) | 2 | ||||
| -rwxr-xr-x | templates/index.html.j2 (renamed from templates/index.jinja) | 2 | ||||
| -rwxr-xr-x | templates/isocd.html.j2 (renamed from templates/isocd.jinja) | 2 | ||||
| -rwxr-xr-x | templates/isocd_confirmation.html.j2 (renamed from templates/isocd_confirmation.jinja) | 2 | ||||
| -rwxr-xr-x | templates/nhdl.html.j2 (renamed from templates/nhdl.jinja) | 2 | ||||
| -rwxr-xr-x | templates/random.html.j2 (renamed from templates/random.jinja) | 2 | ||||
| -rwxr-xr-x | templates/services.html.j2 (renamed from templates/services.jinja) | 10 | ||||
| -rwxr-xr-x | templates/template.html.j2 (renamed from templates/template.jinja) | 0 | ||||
| -rwxr-xr-x | templates/thought.html.j2 (renamed from templates/thought.jinja) | 2 | ||||
| -rwxr-xr-x | templates/thoughts.html.j2 (renamed from templates/thoughts.jinja) | 2 | 
10 files changed, 15 insertions, 11 deletions
| diff --git a/templates/discord.jinja b/templates/discord.html.j2 index 73d6ea3..597fb4b 100755 --- a/templates/discord.jinja +++ b/templates/discord.html.j2 @@ -1,4 +1,4 @@ -{% extends "template.jinja" %} +{% extends "template.html.j2" %}  {% block content %}     <p>You can contact me on discord (telegram preferred):</p>     <h1>{{discord}}</h1> diff --git a/templates/index.jinja b/templates/index.html.j2 index 5a2acb7..31c6207 100755 --- a/templates/index.jinja +++ b/templates/index.html.j2 @@ -1,4 +1,4 @@ -{% extends "template.jinja" %} +{% extends "template.html.j2" %}  {% block content %}      <aside>          <section id="recent_thoughts"> diff --git a/templates/isocd.jinja b/templates/isocd.html.j2 index ee8ac61..3c532c0 100755 --- a/templates/isocd.jinja +++ b/templates/isocd.html.j2 @@ -1,4 +1,4 @@ -{% extends "template.jinja" %} +{% extends "template.html.j2" %}  {% block content %}      <p>As discussed <a href="https://nitter.eda.gay/estrogenizedboy/status/1490322471215636480#m">here</a>, I will post a GNU/Linux install CD to you for free (provided you live in the United Kingdom). Just fill out the form below:</p>      <form action="/getisocd" method="POST"> diff --git a/templates/isocd_confirmation.jinja b/templates/isocd_confirmation.html.j2 index bed09d6..81045a8 100755 --- a/templates/isocd_confirmation.jinja +++ b/templates/isocd_confirmation.html.j2 @@ -1,4 +1,4 @@ -{% extends "template.jinja" %} +{% extends "template.html.j2" %}  {% block content %}      <p>Your order has been placed. Expect a confirmation email to {{ email }} when I can be bothered to sort it out.</p>      <br> diff --git a/templates/nhdl.jinja b/templates/nhdl.html.j2 index a4e4d56..5ab62c2 100755 --- a/templates/nhdl.jinja +++ b/templates/nhdl.html.j2 @@ -1,4 +1,4 @@ -{% extends "template.jinja" %} +{% extends "template.html.j2" %}  {% block content %}      <form action="/nhdlredirect" method="POST">          <label for="nhentai">nHentai.net number:</label> diff --git a/templates/random.jinja b/templates/random.html.j2 index 1bc7eb8..76b433b 100755 --- a/templates/random.jinja +++ b/templates/random.html.j2 @@ -1,4 +1,4 @@ -{% extends "template.jinja" %} +{% extends "template.html.j2" %}  {% block content %}      <aside id="tags">          <h1>current search tags: (click to remove)</h1> diff --git a/templates/services.jinja b/templates/services.html.j2 index 310d148..35d47ae 100755 --- a/templates/services.jinja +++ b/templates/services.html.j2 @@ -1,4 +1,4 @@ -{% extends "template.jinja" %} +{% extends "template.html.j2" %}  {% block content %}  <article id=statusTables>      <section id=docker> @@ -42,13 +42,17 @@                      <td>ratio</td>                      <td>{{trans["ratio"]}}</td>                  </tr> +                <tr> +                    <td>active for</td> +                    <td>{{trans["active_for"]}}</td> +                </tr>              </table>          {% endif %}      <br> +    <a href="https://nitter.eda.gay/estrogenizedboy/status/1520464127516422144#m">statistics of my two old torrent clients which were shut down recently ;_;</a> +    <br>      <img src="https://nitter.eda.gay/pic/media%2FFRnF3kcXwAAHE6v.png%3Fname%3Dorig">      <img src="https://nitter.eda.gay/pic/media%2FFRnF6I0WUAEq4FD.png%3Fname%3Dorig"> -    <br> -    <a href="https://nitter.eda.gay/estrogenizedboy/status/1520464127516422144#m">statistics of my two old torrent clients which were shut down recently ;_;</a>      </section>      <section id=pihole>          <h2>pihole</h2> diff --git a/templates/template.jinja b/templates/template.html.j2 index 2fd86f9..2fd86f9 100755 --- a/templates/template.jinja +++ b/templates/template.html.j2 diff --git a/templates/thought.jinja b/templates/thought.html.j2 index df6fe7a..2a5b519 100755 --- a/templates/thought.jinja +++ b/templates/thought.html.j2 @@ -1,4 +1,4 @@ -{% extends "template.jinja" %} +{% extends "template.html.j2" %}  {% block content %}      <aside>          <h4>{{ dt }}</h4> diff --git a/templates/thoughts.jinja b/templates/thoughts.html.j2 index 0a1e4de..bf06f57 100755 --- a/templates/thoughts.jinja +++ b/templates/thoughts.html.j2 @@ -1,4 +1,4 @@ -{% extends "template.jinja" %} +{% extends "template.html.j2" %}  {% block content %}      {% for category_name, thoughts in tree.items() %}          <h3 id="{{category_name.replace(' ', '_')}}">{{category_name}}</h3> | 
