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); +}