aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-08-25 14:19:10 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-08-25 14:19:10 +0000
commit787a9421d1a61229b838dcbf17734c42172800f7 (patch)
tree014297140526a59232dbc5a23e5d89e374289a59 /templates
parenta86a5fa2f075ec455aa5101acff9c3fda290294d (diff)
downloadboymoder.blog-787a9421d1a61229b838dcbf17734c42172800f7.tar.gz
boymoder.blog-787a9421d1a61229b838dcbf17734c42172800f7.zip
Renamed template files, added active for torrents
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/discord.html.j2 (renamed from templates/discord.jinja)2
-rwxr-xr-xtemplates/index.html.j2 (renamed from templates/index.jinja)2
-rwxr-xr-xtemplates/isocd.html.j2 (renamed from templates/isocd.jinja)2
-rwxr-xr-xtemplates/isocd_confirmation.html.j2 (renamed from templates/isocd_confirmation.jinja)2
-rwxr-xr-xtemplates/nhdl.html.j2 (renamed from templates/nhdl.jinja)2
-rwxr-xr-xtemplates/random.html.j2 (renamed from templates/random.jinja)2
-rwxr-xr-xtemplates/services.html.j2 (renamed from templates/services.jinja)10
-rwxr-xr-xtemplates/template.html.j2 (renamed from templates/template.jinja)0
-rwxr-xr-xtemplates/thought.html.j2 (renamed from templates/thought.jinja)2
-rwxr-xr-xtemplates/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>