run prettier on all files, prettierignore blog xml as it's Jekyll and errors

This commit is contained in:
Aminda Suomalainen 2023-05-21 16:20:10 +03:00
parent d46b95a084
commit 8e6a9f2229
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,3 @@
# Prettier cannot handle Jekyll variables?
_includes
blog/*.xml

View File

@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html>
{% include head.html %}

View File

@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html>
{% include head.html %}

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://aminda.eu/sitemap.xml</loc>