1
0
Fork 0
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:
Maël Brunet 2021-05-22 12:21:21 +02:00
parent 8c72a0b136
commit 2fedfdd43f

View file

@ -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 }}"
--- ---