diff --git a/assets/tailwind.config.ts b/assets/tailwind.config.ts index c3573590..67fd9e3d 100644 --- a/assets/tailwind.config.ts +++ b/assets/tailwind.config.ts @@ -3,7 +3,7 @@ import type { Config } from "tailwindcss"; import typographyPlugin from "@tailwindcss/typography"; export default { - content: ["./source/**/*.twig"], + content: ["./source/**/*.{md,twig}"], theme: { colors: { black: "#000", diff --git a/source/_includes/button.html.twig b/source/_includes/button.html.twig new file mode 100644 index 00000000..f731e031 --- /dev/null +++ b/source/_includes/button.html.twig @@ -0,0 +1,5 @@ +
+ + {{ text }} + +
diff --git a/source/_pages/subscription.md b/source/_pages/subscription.md index e6f2e248..39640706 100644 --- a/source/_pages/subscription.md +++ b/source/_pages/subscription.md @@ -111,7 +111,12 @@ Great software is an iterative process. I'll keep iterating with you until you'r {% endfor %} - Register now for the {{ plan.name|lower }} plan + {% endfor %}