From 71116cfb05814090e6c233bd1702d79f39bacadc Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 6 Sep 2024 13:32:58 +0200 Subject: [PATCH] Remove erroneous space at start of refs --- _includes/ref.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/ref.html b/_includes/ref.html index 6a72f7ad..293fdcaf 100644 --- a/_includes/ref.html +++ b/_includes/ref.html @@ -13,7 +13,7 @@ {%- assign book = include.book %} {%- else %} {%- assign book = "Reference" %} -{%- endif %} +{%- endif -%} {{ text }} \ No newline at end of file