feat: recently watched pages
This commit is contained in:
parent
53a5fbd906
commit
9fdb0db1fb
12 changed files with 98 additions and 64 deletions
11
src/pages/main/watching/recent/movies.html
Normal file
11
src/pages/main/watching/recent/movies.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Recent movies
|
||||
layout: default
|
||||
permalink: "/recent/movies/index.html"
|
||||
schema: watching
|
||||
---
|
||||
<p><a class="link-icon flex-centered" href="/watching">{% tablericon "arrow-left" "Go back" %} Go back</a></p>
|
||||
<h2 class="watching page-header">{{ title }}</h2>
|
||||
<p>These are the movies I've watched recently. There are many like them, but these are mine.</p>
|
||||
<hr class="large-spacing" />
|
||||
{% render "partials/media/watching/backdrop-grid.liquid", mediaItems:movies.recentlyWatched, count: 99, rating: true %}
|
11
src/pages/main/watching/recent/shows.html
Normal file
11
src/pages/main/watching/recent/shows.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Recent shows
|
||||
layout: default
|
||||
permalink: "/recent/shows/index.html"
|
||||
schema: watching
|
||||
---
|
||||
<p><a class="link-icon flex-centered" href="/watching">{% tablericon "arrow-left" "Go back" %} Go back</a></p>
|
||||
<h2 class="watching page-header">{{ title }}</h2>
|
||||
<p>These are the shows I've watched recently. There are many like them, but these are mine.</p>
|
||||
<hr class="large-spacing" />
|
||||
{% render "partials/media/watching/backdrop-grid.liquid", mediaItems:tv.recentlyWatched, count: 99 %}
|
Reference in a new issue