feat: add watching section
This commit is contained in:
parent
751b2f02b3
commit
aa1a19b46d
22 changed files with 300 additions and 4 deletions
14
src/pages/watching/recent.html
Normal file
14
src/pages/watching/recent.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
permalink: "watching/recent/index.html"
|
||||
---
|
||||
|
||||
{% from "macros/media-grid.njk" import grid %}
|
||||
{% set data = collections.movie | reverse %}
|
||||
<a class="button" href="/watching">
|
||||
{% include "svgs/arrow-left.svg" %}
|
||||
Back to watching</a>
|
||||
<section class="flow">
|
||||
<h1>Recently watched</h1>
|
||||
<p>A collection of movies I've seen recently.</p>
|
||||
{{ grid(data) }}
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue