recipe-site/_layouts/default.html
Lynne 5f19345653
Some checks failed
continuous-integration/drone/push Build is failing
use JS to show/hide subrecipes
2020-03-01 16:47:33 +10:00

20 lines
278 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel='stylesheet' href='/style.css'>
<script async src='/script.js'></script>
<title>{{ page.title }}</title>
</head>
<body>
<div>
{{ content }}
</div>
{%- include footer.html -%}
</body>
</html>