chore: split out styles + only load where needed

This commit is contained in:
Cory Dransfeldt 2024-01-02 12:50:20 -08:00
parent 37db7d35d6
commit 0e65983a19
No known key found for this signature in database
28 changed files with 250 additions and 287 deletions

View file

@ -1,3 +1,9 @@
{% capture css %}
{% render "../../assets/styles/widgets/post-graph.css" %}
{% endcapture %}
<style>
{{ css | cssmin }}
</style>
<div class="post-graph">
{% assign years = postYears | reverse %}
{%- for year in years %}