remove help and posts from layouts

This commit is contained in:
c 2023-09-25 14:36:48 +02:00
parent 30cfa0485d
commit 3d9f4a75a3
2 changed files with 0 additions and 21 deletions

View File

@ -1,13 +0,0 @@
---
layout: default
nav_pill: help
---
<link rel="stylesheet" href="assets/css/help.css">
{% assign game = site.data.games | where_exp: "item", "item.name == page.game" | first %}
<h1>{{ game.title }}</h1>
<p>{{ game.description }}</p>
<img src="assets/img/{{ game.name }}.png" alt="Screenshot of {{ game.title }}">
<h2>Getting the game</h2>
<div class="download"><a href="{{ game.download_link }}">DOWNLOAD</a></div>
{{ content }}
<p></p>

View File

@ -1,8 +0,0 @@
---
layout: default
nav_pill: news
---
<h1>{{ page.title }}</h1>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
{{ content }}