Refactor: Bundle post.css and footnotes.css for post.njk layout

This commit is contained in:
madrilene 2024-09-23 09:53:08 +02:00
parent b6021ba2cb
commit 97953b9e02
3 changed files with 5 additions and 0 deletions

View file

@ -41,3 +41,8 @@ schema: blog
/>
</div>
</article>
{%- css "inline" -%}
{%- include 'css/post.css' -%}
{%- include 'css/footnotes.css' -%}
{%- endcss -%}