{{ page.title }}
{{ content }} {% if page.plugin %} diff --git a/_layouts/post.html b/_layouts/post.html index ff1b535f..ab438757 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,7 +15,7 @@ layout: default {% endif %} -{{ page.title }}
{{ page.date | date_to_string }} diff --git a/assets/index.css b/assets/index.css index 8bac2d6d..e897d3ce 100644 --- a/assets/index.css +++ b/assets/index.css @@ -8,6 +8,10 @@ layout: empty @layer components { + article { + @apply prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto + } + .custom-underline-blue { @apply border-b-4 border-blue-400; }