From d2fd17fb3ccd86290c01135d726bf8faeacf81af Mon Sep 17 00:00:00 2001 From: Jonas Maier Date: Mon, 28 Oct 2024 18:15:28 +0100 Subject: [PATCH] add event metadata to event post layout --- _layouts/post.html | 15 ++++++++++++++- _sass/theme/_page-post.scss | 5 +++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index ca493316..804bb669 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -41,6 +41,20 @@

{{ page.title }}

{% endif %} + @@ -60,7 +74,6 @@

{{ page.title }}

-
{{ content }}
{% if site.disqus.shortname %} diff --git a/_sass/theme/_page-post.scss b/_sass/theme/_page-post.scss index e39c8018..1e423aef 100644 --- a/_sass/theme/_page-post.scss +++ b/_sass/theme/_page-post.scss @@ -103,3 +103,8 @@ } } } +.event-meta { + font-size: 16px; + font-weight: 400; + color: var(--color-base-text-2); +}