mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
run prettier on all files, prettierignore blog xml as it's Jekyll and errors
This commit is contained in:
parent
d46b95a084
commit
8e6a9f2229
@ -1,2 +1,3 @@
|
||||
# Prettier cannot handle Jekyll variables?
|
||||
_includes
|
||||
blog/*.xml
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user