ttrpg-compendium/_layouts/home.html

21 lines
553 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>{{ site.title }}</title>
{% feed_meta %}
<meta name="description"
content="{{ site.des }}" />
<meta name="author" content="{{ site.author }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="{{ site.url}}{{ site.baseurl }}{{ page.url }}" />
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/home.css" />
</head>
<body>
<main>
<article>
{{ content }}
</article>
</main>
</body>
</html>