summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-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>