fix(watching): correct typos on sub pages, add links out to other sub pages and hero images on landing pages
This commit is contained in:
parent
65527d3dca
commit
56e53e2a33
8 changed files with 30 additions and 10 deletions
|
@ -7,10 +7,15 @@ pagination:
|
|||
permalink: "/watching/favorites/movies/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
||||
schema: favorite-movies
|
||||
---
|
||||
{%- assign randomFavoriteMovie = movies.favorites | shuffleArray | first -%}
|
||||
<a href="/watching" class="back-link">{% tablericon "arrow-left" %} Back to watching</a>
|
||||
{% if pagination.pageNumber == 0 %}
|
||||
<h2 class="page-title">{{ title }}</h2>
|
||||
<p>These are my favorite movies. There are many like them, but these are mine.</p>
|
||||
{% render "media/watching/hero.liquid",
|
||||
globals:globals,
|
||||
movie:randomFavoriteMovie
|
||||
%}
|
||||
<p>These are my favorite movies. You can also see the <a href="/watching/recent/shows/">shows I've watched recently</a>, <a href="/watching/recent/movies/">the movies I've watched recently</a>, <a href="/watching/favorites/shows/">my favorite shows</a> and the <a href="/watching/shows/upcoming/">shows I've got queued up to watch next</a>.</p>
|
||||
<hr />
|
||||
{% endif %}
|
||||
{% render "media/grid.liquid",
|
||||
|
|
|
@ -7,10 +7,15 @@ pagination:
|
|||
permalink: "/watching/favorites/shows/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
||||
schema: favorite-shows
|
||||
---
|
||||
{%- assign randomFavoriteShow = tv.favorites | shuffleArray | first -%}
|
||||
<a href="/watching" class="back-link">{% tablericon "arrow-left" %} Back to watching</a>
|
||||
{% if pagination.pageNumber == 0 %}
|
||||
<h2 class="page-title">{{ title }}</h2>
|
||||
<p>These are my favorite shows. There are many like them, but these are mine.</p>
|
||||
{% render "media/watching/hero.liquid",
|
||||
globals:globals,
|
||||
movie:randomFavoriteShow
|
||||
%}
|
||||
<p>These are my favorite shows. You can also see the <a href="/watching/recent/movies/">movies I've watched recently</a>, <a href="/watching/recent/shows/">the shows I've watched recently</a>, <a href="/watching/favorites/movies/">my favorite movies</a> and the <a href="/watching/shows/upcoming/">shows I've got queued up to watch next</a>.</p>
|
||||
<hr />
|
||||
{% endif %}
|
||||
{% render "media/grid.liquid",
|
||||
|
|
|
@ -13,8 +13,7 @@ updated: "now"
|
|||
globals:globals,
|
||||
movie:overviewWatched
|
||||
%}
|
||||
<p>Here's all of the TV and movies I've been watching presented in what is (hopefully) an organized fashion.</p>
|
||||
<p><a href="/watching/shows/upcoming">You can see all of the shows I've got queued up here.</a></p>
|
||||
<p>Here's all of the TV and movies I've been watching presented in what is (hopefully) an organized fashion. Recents, favorites — all of it. <a href="/watching/shows/upcoming">You can see all of the shows I've got queued up here</a>.</p>
|
||||
{% render "blocks/top-tags.liquid"
|
||||
label:"Top genres"
|
||||
tags:topTags.watching_genres
|
||||
|
|
|
@ -7,10 +7,15 @@ pagination:
|
|||
permalink: "/watching/recent/movies/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
||||
schema: favorite-movies
|
||||
---
|
||||
{%- assign randomRecentMovie = movies.recentlyWatched | shuffleArray | first -%}
|
||||
<a href="/watching" class="back-link">{% tablericon "arrow-left" %} Back to watching</a>
|
||||
{% if pagination.pageNumber == 0 %}
|
||||
<h2 class="page-title">{{ title }}</h2>
|
||||
<p>These are my favorite movies. There are many like them, but these are mine.</p>
|
||||
{% render "media/watching/hero.liquid",
|
||||
globals:globals,
|
||||
movie:randomRecentMovie
|
||||
%}
|
||||
<p>These are all of the movies I've watched recently. You can also see the <a href="/watching/recent/shows/">shows I've watched recently</a>, <a href="/watching/favorites/movies/">my favorite movies</a>, <a href="/watching/favorites/shows/">my favorite shows</a> and the <a href="/watching/shows/upcoming/">shows I've got queued up to watch next</a>.</p>
|
||||
<hr />
|
||||
{% endif %}
|
||||
{% render "media/grid.liquid",
|
||||
|
|
|
@ -7,10 +7,15 @@ pagination:
|
|||
permalink: "/watching/recent/shows/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
||||
schema: favorite-shows
|
||||
---
|
||||
{%- assign randomRecentShow = tv.recentlyWatched | shuffleArray | first -%}
|
||||
<a href="/watching" class="back-link">{% tablericon "arrow-left" %} Back to watching</a>
|
||||
{% if pagination.pageNumber == 0 %}
|
||||
<h2 class="page-title">{{ title }}</h2>
|
||||
<p>These are my favorite shows. There are many like them, but these are mine.</p>
|
||||
{% render "media/watching/hero.liquid",
|
||||
globals:globals,
|
||||
movie:randomRecentShow
|
||||
%}
|
||||
<p>These are all of the shows I've watched recently. You can also see the <a href="/watching/recent/movies/">movies I've watched recently</a>, <a href="/watching/favorites/shows/">my favorite shows</a>, <a href="/watching/favorites/movies/">my favorite movies</a> and the <a href="/watching/shows/upcoming/">shows I've got queued up to watch next</a>.</p>
|
||||
<hr />
|
||||
{% endif %}
|
||||
{% render "media/grid.liquid",
|
||||
|
|
|
@ -12,7 +12,8 @@ updated: "now"
|
|||
globals:globals,
|
||||
movie:featuredMovie
|
||||
%}
|
||||
<p>Here's all of the TV shows I'm keeping up with. Shows I <em>want</em> to watch but haven't started are at the bottom of the page — the rest are sorted by air and watch date. Shows I follow with new episodes appear first, followed by shows I'm catching up on and those with new episodes on the way.</p>
|
||||
<p>Here's all of the TV shows I'm keeping up with. Shows I want to watch but haven't started are at the bottom of the page — the rest are sorted by air and watch date. Shows I follow with new episodes appear first, followed by shows I'm catching up on and those with new episodes on the way.</p>
|
||||
<p>You can also see the <a href="/watching/recent/movies/">movies</a> and <a href="/watching/recent/shows/">shows</a> I've watched recently, <a href="/watching/favorites/shows/">my favorite shows</a> and <a href="/watching/favorites/movies/">my favorite movies</a>.</p>
|
||||
<hr />
|
||||
<h3>Watching</h3>
|
||||
{% render "media/grid.liquid",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue