We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f528e commit c8df842Copy full SHA for c8df842
src/layouts/LabsLayout.astro
@@ -54,6 +54,12 @@ const { frontmatter } = Astro.props;
54
<p>An archive of Swimming Lesson instructor tools.</p>
55
</div>
56
</a>
57
+ <a href="/tags/bad-things-about" target="_blank" class="card border-skin-line">
58
+ <div class="card-content">
59
+ <h2 class="text-lg text-skin-accent font-medium decoration-dashed hover:underline">Bad Things About</h2>
60
+ <p>A continually updated letter of items that could be better about any number of products or services.</p>
61
+ </div>
62
+ </a>
63
</section>
64
<section id="cards" class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6 mt-10">
65
<div class="card-content card border-skin-line">
0 commit comments