From d0d10ab1c7179ab15a440f711909765140436851 Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 24 Mar 2026 14:52:24 +0000 Subject: Changed the FFS counter from 'until' to 'since' --- edaweb/templates/discord.html.j2 | 2 +- edaweb/templates/index.html.j2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'edaweb/templates') 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 %}

You can contact me on discord (telegram preferred):

-

{{discord}}

+

{{ discord }}

{% 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 %} {{markdown|safe}}
-- cgit v1.2.3