diff --git a/src/_includes/default.njk b/src/_includes/default.njk index 0c743fe..d690079 100644 --- a/src/_includes/default.njk +++ b/src/_includes/default.njk @@ -18,11 +18,13 @@
-

Get in touch

+

{{ title }}

- {{ content | safe }} + {{ description }}

+ + {{ content | safe }} diff --git a/src/index.md b/src/index.md index eec9bbc..1a7696c 100644 --- a/src/index.md +++ b/src/index.md @@ -1,9 +1,7 @@ --- layout: default -title: Gaiety - Dog +title: Gaiety description: Homepage for the fursona of Gaiety, the doggo. --- -# Gaiety - Sup diff --git a/tailwind.config.js b/tailwind.config.js index 121aa86..d5a34f0 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,5 +1,5 @@ module.exports = { - purge: ['./src/*.njk'], + purge: ['./src/**/*.njk'], darkMode: false, // or 'media' or 'class' theme: { extend: {},