diff --git a/static/css/site.css b/static/css/site.css index ff3644b..47abcd9 100644 --- a/static/css/site.css +++ b/static/css/site.css @@ -1,5 +1,5 @@ -@import url('https://cdn.jsdelivr.net/gh/darkwiiplayer/css@74e5799/all.css') layer(framework); -@import url('https://cdn.jsdelivr.net/gh/darkwiiplayer/css@74e5799/drop-in.css') layer(framework); +@import url('https://cdn.jsdelivr.net/gh/darkwiiplayer/css@125744e/all.css') layer(framework); +@import url('https://cdn.jsdelivr.net/gh/darkwiiplayer/css@125744e/drop-in.css') layer(framework); blog-post[hidden] { display: none; diff --git a/templates/post.html.skooma.yue b/templates/post.html.skooma.yue index 41295e6..79d30da 100644 --- a/templates/post.html.skooma.yue +++ b/templates/post.html.skooma.yue @@ -35,7 +35,8 @@ if src := post.head.cover_image * img :src, style: 'opacity: .4', class: "parallax" * flexColumn * class: "parallax" - * h1(post.head.title, style: "view-transition-name: #{post.head.slug}") + * hgroup + * h1(post.head.title, style: "view-transition-name: #{post.head.slug}") slots.head * meta property: "og:image", content: src else