From 8a9711414f03dda1edc6d4c8bc28c2a2e5ad8280 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Sat, 28 Nov 2020 05:39:24 -0600 Subject: [PATCH] remove double slashes --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 97a972e..227e555 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,7 @@

👋 Hey There

My name is Brian! I'm the lead organizer of elm-conf and the author of Mastering Elm: JSON Decoders and a bunch of Elm packages. You've found my site!

-

The latest post I wrote was {{ posts.pages[0].title }}, and the latest talk I gave was {{ talks.pages[0].title }} at {{ talks.pages[0].extra.event }}.

+

The latest post I wrote was {{ posts.pages[0].title }}, and the latest talk I gave was {{ talks.pages[0].title }} at {{ talks.pages[0].extra.event }}.

Made with Love in St. Louis, MO. Have a wonderful day! ❤️

{% endblock %}