feat: add watching section
This commit is contained in:
parent
751b2f02b3
commit
aa1a19b46d
22 changed files with 300 additions and 4 deletions
|
@ -7,8 +7,8 @@ permalink: "games/index.html"
|
|||
{% set yearsData = collections.gamesByYear | values | reverse %}
|
||||
<section class="flow">
|
||||
<h1>Games</h1>
|
||||
<p>A collection of games I've played over the years.</p>
|
||||
<h2>Browse by year</h2>
|
||||
<p>A collection of games I played over the years.</p>
|
||||
<h2>Browse by release year</h2>
|
||||
<ul class="list-none flex p-0 gap-1 flex-wrap">
|
||||
{% for year in yearsData %}
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue