ttrpg-compendium/_layouts/home.html
Bill Niblock 3c4529c74f
Some checks failed
/ jekyll (push) Failing after 15s
Fix linking for deployment to Codeberg Pages
2024-06-14 14:52:31 -04:00

20 lines
553 B
HTML

<!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>