summaryrefslogtreecommitdiff
path: root/main/templates
diff options
context:
space:
mode:
authorBotond Hende <contact@wazul.moe>2026-05-09 00:42:15 +0200
committerBotond Hende <contact@wazul.moe>2026-05-09 00:42:15 +0200
commit6fa30eec950b85778daf13758b94799d5fe6a6ac (patch)
treef925ddc6e7670bf1d16d3320df1d8cbada1f3590 /main/templates
parenta3c4dab41e13795d6ab70f77265c73b7d0cc8c33 (diff)
added marcsello.com to neighbor sites
Diffstat (limited to 'main/templates')
-rw-r--r--main/templates/main_neighbors.html.j24
-rw-r--r--main/templates/main_sidebar.html.j22
2 files changed, 5 insertions, 1 deletions
diff --git a/main/templates/main_neighbors.html.j2 b/main/templates/main_neighbors.html.j2
index 85f3ce4..378f78a 100644
--- a/main/templates/main_neighbors.html.j2
+++ b/main/templates/main_neighbors.html.j2
@@ -1,9 +1,11 @@
{% extends "main_base.html.j2" %}
{% block content %}
<div align="center">
- <h2>Visit these sites, they have way cooler (and more finished) webpages than me:</h2>
+ <h2>Visit these sites also, they are very cool:</h2>
<a href="https://www.tar.dev/" target="_blank"><img src="/assets/image/neighbors/tarandir.gif" alt="tar.dev" title="tar.dev" style="width:88px;height:31px;"></a>
<br>
+ <a href="https://marcsello.com/" target="_blank">marcsello.com</a>
+ <br>
<p>A way cooler neighbor page coming soon... (I swear.)</p>
</div>
{% endblock %}
diff --git a/main/templates/main_sidebar.html.j2 b/main/templates/main_sidebar.html.j2
index 21b1492..7ad99b1 100644
--- a/main/templates/main_sidebar.html.j2
+++ b/main/templates/main_sidebar.html.j2
@@ -19,5 +19,7 @@
<h3>Neighbors</h3>
<div align="center">
<a href="https://www.tar.dev/" target="_blank"><img src="/assets/image/neighbors/tarandir.gif" alt="tar.dev" title="tar.dev" style="width:88px;height:31px;"></a>
+ <br>
+ <a href="https://marcsello.com/" target="_blank">marcsello.com</a>
</div>