search-engine-optimization/_layouts/default.html

21 lines
379 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="en" itemscope itemtype="//schema.org/WebPage">
{% include head.html %}
<body>
{% include header.html %}
<main class="site__main" role="main" itemscope itemprop="mainContentOfPage">
<div class="grid">
{{ content }}
</div>
</main>
</body>
<script src="js/script.js"></script>
</html>