add custom-card css to docs
This commit is contained in:
parent
321332a58c
commit
890631154e
1 changed files with 5 additions and 1 deletions
|
|
@ -19,4 +19,8 @@ The [blog posts](/blog/) also explain / show some features that aren't covered h
|
|||
|
||||
<!-- loop docs -->
|
||||
{% set itemList = collections.docs %}
|
||||
{% include 'partials/details.njk' %}
|
||||
{% include 'partials/details.njk' %}
|
||||
|
||||
{% css "local" %}
|
||||
{% include "css/custom-card.css" %}
|
||||
{% endcss %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue