From ca203b3325d51e5cccca12b915a38a6037ede4e6 Mon Sep 17 00:00:00 2001 From: rzen Date: Tue, 2 Jun 2020 21:02:27 -0400 Subject: [PATCH] add meta tags to head --- _includes/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/head.html b/_includes/head.html index b398c72..b51face 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,4 +8,5 @@ {% endif %} + {% include head-meta.html %} \ No newline at end of file