1
ewpratten.com/src/_layouts/default.html

14 lines
318 B
HTML

---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if page.override_title %}{{page.override_title}}{% else %}{{page.title}} | {{site.title}}{% endif %}</title>
</head>
<body>
{{ content }}
</body>
</html>