jekyll/docs/_layouts/default.html

14 lines
200 B
HTML

{% include top.html %}
<body class="wrap">
{% include header.html %}
{{ content }}
{% include footer.html %}
{% include anchor_links.html %}
{% include analytics.html %}
</body>
</html>