Files
Old_Website/localdocs/_layouts/post.html
WickedJack99 4bfef0e313 0020
2022-09-21 14:32:53 +02:00

15 lines
414 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/docs/assets/css/blog.css">
</head>
<body>
{% include navigation.html %}
<h1>{{ page.title }}</h1>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
{{ content }}
{% include footerNavbar.html %}
</body>
</html>