chore: clean up unnecessary deps
This commit is contained in:
parent
4667d45373
commit
35cd260ce5
18 changed files with 15 additions and 69 deletions
|
@ -7,9 +7,7 @@ schema: blog
|
|||
{% render "../assets/styles/plugins/prism.css" %}
|
||||
{% render "../assets/styles/pages/post.css" %}
|
||||
{% endcapture %}
|
||||
<style>
|
||||
{{ css | cssmin }}
|
||||
</style>
|
||||
<style>{{ css }}</style>
|
||||
<div class="default__wrapper">
|
||||
<article class="h-entry" data-pagefind-body>
|
||||
<h2 class="p-name" data-pagefind-meta="title">{{ title }}</h2>
|
||||
|
|
Reference in a new issue