diff --git a/_layouts/empty.html b/_layouts/empty.html new file mode 100644 index 00000000..e02a27c0 --- /dev/null +++ b/_layouts/empty.html @@ -0,0 +1 @@ +{{ content }} \ No newline at end of file diff --git a/assets/index.css b/assets/index.css index 801ea8ed..2917e5b6 100644 --- a/assets/index.css +++ b/assets/index.css @@ -1,4 +1,5 @@ --- +layout: empty --- @import "tailwindcss/base"; @@ -41,5 +42,4 @@ top: -72px; visibility: hidden; } - }