From 8e6a9f222928d43c9f3b561b13a351d1dae9ad70 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 21 May 2023 16:20:10 +0300 Subject: [PATCH] run prettier on all files, prettierignore blog xml as it's Jekyll and errors --- .prettierignore | 1 + _layouts/default.html | 2 +- _layouts/index.html | 2 +- sitemaps.xml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.prettierignore b/.prettierignore index 29f032e..3cfcf2e 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,3 @@ # Prettier cannot handle Jekyll variables? _includes +blog/*.xml diff --git a/_layouts/default.html b/_layouts/default.html index 5f5ee34..8b4cdaa 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,4 +1,4 @@ - + {% include head.html %} diff --git a/_layouts/index.html b/_layouts/index.html index 36e4e59..58d2b5c 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -1,4 +1,4 @@ - + {% include head.html %} diff --git a/sitemaps.xml b/sitemaps.xml index 0f19271..becd09b 100644 --- a/sitemaps.xml +++ b/sitemaps.xml @@ -1,4 +1,4 @@ - + https://aminda.eu/sitemap.xml