From fdd7ed8751c5fe49fe4f9199876be737820d336b Mon Sep 17 00:00:00 2001 From: Joe Roe Date: Fri, 5 Mar 2021 12:33:02 +0100 Subject: [PATCH] Add lang to html --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 853f211..9ef13f5 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . -}}