Files
Old_Website/localdocs/_layouts/post.html
WickedJack99 7d8ac8aedd 0040
2022-09-26 01:00:32 +02:00

18 lines
652 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="/website/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 %} {% include socialMedia.html %}
</body>
</html>