mirror of
https://github.com/TheThomaas/my-online-cookbook.git
synced 2026-01-11 12:11:50 +00:00
Remove hardcoded copy in recipe tag pages
This commit is contained in:
parent
8c72a0b136
commit
2fedfdd43f
|
|
@ -5,7 +5,6 @@ pagination:
|
|||
alias: selectedTag
|
||||
permalink: /tags/{{ selectedTag | noEmoji | slug }}/
|
||||
layout: layouts/recipes-list.njk
|
||||
title: recipes
|
||||
eleventyComputed:
|
||||
metaTitle: All {{ selectedTag | noEmoji | lowercase }} recipes
|
||||
metaTitle: "{{ selectedTag | noEmoji }}"
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue