aboutsummaryrefslogtreecommitdiffstats
path: root/edaweb/templates
diff options
context:
space:
mode:
Diffstat (limited to 'edaweb/templates')
-rw-r--r--edaweb/templates/discord.html.j22
-rw-r--r--edaweb/templates/index.html.j26
2 files changed, 4 insertions, 4 deletions
diff --git a/edaweb/templates/discord.html.j2 b/edaweb/templates/discord.html.j2
index 597fb4b..e946f13 100644
--- a/edaweb/templates/discord.html.j2
+++ b/edaweb/templates/discord.html.j2
@@ -1,5 +1,5 @@
{% extends "template.html.j2" %}
{% block content %}
<p>You can contact me on discord (telegram preferred):</p>
- <h1>{{discord}}</h1>
+ <h1>{{ discord }}</h1>
{% endblock %} \ No newline at end of file
diff --git a/edaweb/templates/index.html.j2 b/edaweb/templates/index.html.j2
index d6c08d8..0f9ce37 100644
--- a/edaweb/templates/index.html.j2
+++ b/edaweb/templates/index.html.j2
@@ -1,16 +1,16 @@
{% extends "template.html.j2" %}
{% block content %}
<aside>
- <a><i>{{ "%d days until FFS" % days_till_ffs.days }}</i></a>
+ <a><i>{{ "%d days since FFS" % days_since_ffs.days }}</i></a>
<section id="recent_thoughts">
- <h4>recent thoughts:</h4>
+ <h4>recent blog posts:</h4>
<ul>
{% for id_, title in featured_thoughts %}
<li><a href="{{'/thought?id=%i' % id_}}">{{title}}</a></li>
{% endfor %}
</ul>
</section>
- <img id="sidebar_img" alt="{{sidebar_img[0]}}" src="{{sidebar_img[1]}}">
+ {# <img id="sidebar_img" alt="{{sidebar_img[0]}}" src="{{sidebar_img[1]}}"> #}
</aside>
{{markdown|safe}}
<section id="recent_commits">