From 113d4e53416ddf42212da6f217670bdc6f0c9dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 1 Jan 2022 21:03:20 +0100 Subject: Import new minimalist design --- layouts/partials/meta.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 layouts/partials/meta.html (limited to 'layouts/partials/meta.html') diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html deleted file mode 100644 index 84e76e5..0000000 --- a/layouts/partials/meta.html +++ /dev/null @@ -1,15 +0,0 @@ -{{ with .Params.categories }} - -{{ range . }} -{{ . }} -{{ end }} -{{ end }} - -{{ with .Params.tags }} - -{{ range . }} -{{ . }} -{{ end }} -{{ end }} -- cgit v1.2.3