diff --git a/templates/base.html.tera b/templates/base.html.tera index 35aa331..0104aeb 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -1,21 +1,26 @@ + {% block title %}{% endblock title %} - iwakura.rip +
-

iwakura.rip


+

iwakura.rip

+

🎄 merry christmas!! <3

+
- -
{% block content %}{% endblock content %}
+ +
{% block content %}{% endblock content %}
+ diff --git a/templates/index.html.tera b/templates/index.html.tera index e07635b..e9643ac 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -2,5 +2,7 @@ {% block title %}homepage{% endblock title %} {% block content %} Welcome to iwakura.rip. We are a small group of technology nerds and geeks fascinated by computers and technology.
-We host a bunch of services on this domain for usage by friends & co. +We host a bunch of services on this domain for usage by friends & co.
+
+P.S. check out heroin.zone, a tilde-like pubnix. Click here for my personal website. -- hex {% endblock content %}