Add _layouts/bare.lqd.html

This commit is contained in:
Atlas Cove 2021-02-15 21:12:21 +00:00
parent 9fe28b0bf6
commit a4edcf6806
1 changed files with 15 additions and 0 deletions

15
_layouts/bare.lqd.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
{% if page.title %}
<title>{{ page.title }} | {{ site.title }}</title>
{% else %}
<title>{{ site.title }}</title>
{% endif %}
<link rel="stylesheet" type="text/css" href="{{ "main.css" | relative_url }}" />
</head>
<body>
{{ content }}
<hr />
</body>
</html>