feat: Refactor all page layouts
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m33s
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m33s
This commit is contained in:
parent
409670c63a
commit
1772179b5d
42 changed files with 97 additions and 125 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue