From 2e99a64bda9feaf85c49d30a3a5b4d900e34c644 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 23 Oct 2024 11:43:39 +0300 Subject: [PATCH] feat: limit umami to liljamo.dev, link to stats --- tailwind.config.js | 4 +++- templates/index.html | 7 +++++++ templates/layouts/base.html | 4 +++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index da69048..42e2dd7 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,8 +11,10 @@ module.exports = { }, colors: { /* https://tailwindcss.com/docs/customizing-colors#disabling-a-default-color */ - 'orange': colors.orange, + 'amber': colors.amber, 'emerald': colors.emerald, + 'orange': colors.orange, + 'sky': colors.sky, 'text': { orig: 'hsl(200, 60%, 1%)', 50: 'hsl(200, 60%, 95%)', diff --git a/templates/index.html b/templates/index.html index d79ca12..56a33fb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,6 +27,13 @@ If you'd like to know more about me, head over to liljamo.com

+

+ This page uses + umami + for analytics, and they are available publicly + here. +

{% endblock content %} diff --git a/templates/layouts/base.html b/templates/layouts/base.html index b13ede6..a133c4c 100644 --- a/templates/layouts/base.html +++ b/templates/layouts/base.html @@ -19,7 +19,9 @@ - + {% block extra_head %} {% endblock %} -- 2.44.1