Refactor: Bundle post.css and footnotes.css for post.njk layout
This commit is contained in:
parent
b6021ba2cb
commit
97953b9e02
3 changed files with 5 additions and 0 deletions
|
|
@ -41,3 +41,8 @@ schema: blog
|
|||
/>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
{%- css "inline" -%}
|
||||
{%- include 'css/post.css' -%}
|
||||
{%- include 'css/footnotes.css' -%}
|
||||
{%- endcss -%}
|
||||
|
|
|
|||
Loading…
Reference in a new issue