mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
{%- if not page.data.unlisted -%}
|
|
<a href="{{ page.url }}">
|
|
<wa-card with-header>
|
|
<div slot="header">
|
|
{% include "svgs/" + (page.data.icon or "thumbnail-placeholder") + ".njk" %}
|
|
</div>
|
|
<span class="page-name">{{ page.data.title }}</span>
|
|
</wa-card>
|
|
</a>
|
|
{%- endif -%}
|