diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2026-03-24 14:52:24 +0000 |
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2026-03-24 14:52:24 +0000 |
| commit | d0d10ab1c7179ab15a440f711909765140436851 (patch) | |
| tree | 7c816a3cdc23711cf58e501843836e78a28f16c0 /edaweb/templates/discord.html.j2 | |
| parent | 55a069d1de00d5cceb8a6e6978ef2e30bc434fe1 (diff) | |
| download | boymoder.blog-d0d10ab1c7179ab15a440f711909765140436851.tar.gz boymoder.blog-d0d10ab1c7179ab15a440f711909765140436851.zip | |
Changed the FFS counter from 'until' to 'since'
Diffstat (limited to 'edaweb/templates/discord.html.j2')
| -rw-r--r-- | edaweb/templates/discord.html.j2 | 2 |
1 files changed, 1 insertions, 1 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 |
