feat: meta description updates
This commit is contained in:
parent
81c528e44f
commit
3b9fbf7dec
41 changed files with 58 additions and 23 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Shows to watch
|
||||
description: These are shows I want to watch, sorted in alphabetical order. As one would expect, it will change as I navigate through and add to it.
|
||||
layout: default
|
||||
pagination:
|
||||
data: tv.toWatch
|
||||
|
@ -11,7 +12,7 @@ schema: watching
|
|||
<a class="back-link-header link-icon flex-centered" href="/watching">{% tablericon "arrow-left" "Go back" %} Go back</a>
|
||||
{% if pagination.pageNumber == 0 %}
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
<p>These are shpws I want to watch, sorted in alphabetical order. As one would expect, it will change as I navigate through and add to it.</p>
|
||||
<p>These are shows I want to watch, sorted in alphabetical order. As one would expect, it will change as I navigate through and add to it.</p>
|
||||
<hr class="large-spacing" />
|
||||
{% endif %}
|
||||
<ul class="link-list reduced-spacing">
|
||||
|
|
Reference in a new issue