feat: Refactor all page layouts
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m33s

This commit is contained in:
Devin Haska 2025-05-31 21:46:33 -07:00
parent 409670c63a
commit 1772179b5d
Signed by: wonderfulfrog
SSH key fingerprint: SHA256:ejOGyH9064rJiikox4ykOHLeuUg1f9l8wmJxs+MzNw0
42 changed files with 97 additions and 125 deletions

View file

@ -7,11 +7,11 @@ pagination:
- post
permalink: /tags/{{ tag | slugify }}/index.html
eleventyComputed:
title: "Tag: \"{{ tag }}\""
description: Browse all posts tagged with "{{ tag }}".
---
{% from "macros/posts.njk" import yearList %}
<h1>Tag: {{ tag }}</h1>
<p>
All posts tagged with "{{ tag }}", or go back to <a href="/tags">all tags</a>.
</p>