From 71f4cfad2ed402286b54d725771f994d4c08dee3 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 15 Oct 2021 09:07:14 +1000 Subject: [PATCH] Add Twitter follow button --- v2/templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v2/templates/index.html b/v2/templates/index.html index 55b8aa7..39ff245 100644 --- a/v2/templates/index.html +++ b/v2/templates/index.html @@ -16,7 +16,9 @@
-

Recent Posts

+

+ Recent Posts  +

{% set section = get_section(path="posts/_index.md") %} {% set subsections = section.subsections | reverse %}