mirror of
https://github.com/TheThomaas/my-online-cookbook.git
synced 2026-01-11 20:21:49 +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
|
alias: selectedTag
|
||||||
permalink: /tags/{{ selectedTag | noEmoji | slug }}/
|
permalink: /tags/{{ selectedTag | noEmoji | slug }}/
|
||||||
layout: layouts/recipes-list.njk
|
layout: layouts/recipes-list.njk
|
||||||
title: recipes
|
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
metaTitle: All {{ selectedTag | noEmoji | lowercase }} recipes
|
metaTitle: "{{ selectedTag | noEmoji }}"
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue