fix: game meta data
This commit is contained in:
parent
e847649457
commit
35096419cc
2 changed files with 6 additions and 2 deletions
|
@ -23,7 +23,6 @@ layout: "layouts/base"
|
|||
<div class="flow flex-col justify-center">
|
||||
<div class="flex items-center gap-0.5 flex-wrap">
|
||||
<h2>{{ title }}</h2>
|
||||
<span class="pill">{{ platform }}</span>
|
||||
</div>
|
||||
{% if subtitle %}<h2>{{ subtitle }}</h2>{% endif %}
|
||||
{% if rating %}{{ stars(rating) }}{% endif %}
|
||||
|
@ -33,6 +32,11 @@ layout: "layouts/base"
|
|||
<strong>Released</strong><span>{{ year }}</span>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if platform %}
|
||||
<li class="flex-col">
|
||||
<strong>Platform</strong><span>{{ platform }}</span>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if playtime %}
|
||||
<li class="flex-col">
|
||||
<strong>Playtime</strong><span>{{ playtime }}</span>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Animal Crossings: New Horizons"
|
||||
platform: Switch
|
||||
platform: Nintendo Switch
|
||||
image: https://cdn.wonderfulfrog.com/images/acnh.jpg
|
||||
tags:
|
||||
- single-player
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue