From 10a0da5f487fa511da269d9652677a9e9d481179 Mon Sep 17 00:00:00 2001 From: mat ess Date: Tue, 15 Nov 2022 23:12:12 -0500 Subject: [PATCH] Fix me links template --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index db483f0..4559c74 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ also on {%- for me in config.extra.me_links -%} {%- if loop.last -%} - and + and {%- endif %} {{ me.name }} {%- if not loop.last -%},{%- else %}