Tag orientation
This commit is contained in:
@@ -3,7 +3,7 @@ const { tags, all } = Astro.props;
|
|||||||
---
|
---
|
||||||
|
|
||||||
{all && <h3>View posts by tag</h3>}
|
{all && <h3>View posts by tag</h3>}
|
||||||
<div class="tags">
|
<div class=`${all && "tags"}`>
|
||||||
{
|
{
|
||||||
tags &&
|
tags &&
|
||||||
tags.map((tag) => (
|
tags.map((tag) => (
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ layout: "../layouts/BlogPost.astro"
|
|||||||
title: "Use JavaScript to let an HTML element get its own index"
|
title: "Use JavaScript to let an HTML element get its own index"
|
||||||
slug: self-aware-html
|
slug: self-aware-html
|
||||||
description: "Make your HTML more 'self-aware' with a funky little JavaScript trick."
|
description: "Make your HTML more 'self-aware' with a funky little JavaScript trick."
|
||||||
added: "Jan 27 2024"
|
added: "Jan 28 2024"
|
||||||
tags: [technical]
|
tags: [technical]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user