From add90b24003b06e3e258d67d8b5e2e33dbe38a9f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 30 Jun 2019 14:03:04 +0200 Subject: Add description meta tag --- resources/pug/include/head.pug | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources/pug/include') diff --git a/resources/pug/include/head.pug b/resources/pug/include/head.pug index 7099c24..837e985 100644 --- a/resources/pug/include/head.pug +++ b/resources/pug/include/head.pug @@ -8,3 +8,5 @@ meta(http-equiv='X-UA-Compatible', content='IE=edge') meta(name='viewport', content='width=device-width, initial-scale=1') link(rel='stylesheet', href='/assets/css/style.css', type='text/css') + +block extra_head -- cgit v1.2.3