feat: use collections and add frontmatter
This commit is contained in:
parent
c18ed30b74
commit
da86b19aba
19 changed files with 117 additions and 136 deletions
|
|
@ -1,18 +1,20 @@
|
|||
<!-- error-404.page -->
|
||||
---
|
||||
title: 304
|
||||
---
|
||||
{% set pageBase = "../../" %}
|
||||
{% set pageId = "304" %}
|
||||
{% set pageId = page.fileSlug %}
|
||||
{% set bodyClass = "body_status" %}
|
||||
|
||||
{% extends "demo/_maintenance.njk" %}
|
||||
|
||||
{% block title %}{{ pageId }}{% endblock %}
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<main class="main_site">
|
||||
<h1>{{ pageId }}</h1>
|
||||
<h1>{{ title }}</h1>
|
||||
<h3>Umleitung</h3>
|
||||
<p>Unverändert <dfn>Not Modified</dfn></p>
|
||||
<blockquote cite="https://de.wikipedia.org/wiki/HTTP-Statuscode#3xx_%E2%80%93_Umleitung">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue