diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3e5da1..2c565d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,11 +47,11 @@ repos: - id: reuse - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.0" hooks: - id: prettier additional_dependencies: - ["prettier@2.8.8", "@prettier/plugin-xml@2.2.0"] + ["prettier@3.0.0", "@prettier/plugin-xml@2.2.0"] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python rev: "2.7.2" hooks: diff --git a/_layouts/default.html b/_layouts/default.html index 8b4cdaa..5f5ee34 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 58d2b5c..36e4e59 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -1,4 +1,4 @@ - + {% include head.html %}