This commit is contained in:
Jeremy Thomas
2024-03-21 16:11:54 +00:00
parent 16f1b76881
commit 69877a652c
3261 changed files with 255369 additions and 108913 deletions

View File

@@ -0,0 +1,9 @@
<a class="bd-feature is-{{ include.id }}" href="{{ include.href }}">
<div class="bd-feature-body">
<span class="icon is-medium">
<i class="{{ include.icon }}"></i>
</span>
<h2 class="bd-feature-title">{{ include.title }}</h2>
<h3 class="bd-feature-subtitle">{{ include.subtitle }}</h3>
</div>
</a>