From 2f12ac1a5344a3477fbe737a737d630b41836094 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 16 May 2025 16:22:28 +0100 Subject: [PATCH] Add fun little view transitions for browsers that support it --- _includes/post_summary.html | 4 ++-- _layouts/post.html | 13 +++++++------ _sass/base.scss | 12 +++++++++++- project_ideas.md | 4 ++++ 4 files changed, 24 insertions(+), 9 deletions(-) diff --git a/_includes/post_summary.html b/_includes/post_summary.html index 461b62b..20d8d01 100644 --- a/_includes/post_summary.html +++ b/_includes/post_summary.html @@ -11,7 +11,7 @@
- +
-
+

{{ post.title }}

diff --git a/_layouts/post.html b/_layouts/post.html index b22b971..1403256 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,18 +14,19 @@ {% include header.html %}
-
+

{{ page.title }}

-
-