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: Favorite movies
|
||||
description: These are my favorite movies. There are many like them, but these are mine.
|
||||
layout: default
|
||||
permalink: "/watching/favorite-movies/index.html"
|
||||
schema: watching
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Favorite shows
|
||||
description: These are my favorite shows. There are many like them, but these are mine.
|
||||
layout: default
|
||||
permalink: "/watching/favorite-shows/index.html"
|
||||
schema: watching
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Watching
|
||||
description: Here's all of the TV and movies I've been watching presented in what is (hopefully) an organized fashion.
|
||||
layout: default
|
||||
permalink: "/watching/index.html"
|
||||
updated: "now"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Recent movies
|
||||
description: These are the movies I've watched recently. There are many like them, but these are mine.
|
||||
layout: default
|
||||
permalink: "/recent/movies/index.html"
|
||||
schema: watching
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Recent shows
|
||||
description: These are the shows I've watched recently. There are many like them, but these are mine.
|
||||
layout: default
|
||||
permalink: "/recent/shows/index.html"
|
||||
schema: watching
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Movies to watch
|
||||
description: These are movies 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: movies.toWatch
|
||||
|
|
|
@ -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