mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-13 00:48:19 -05:00
14 lines
234 B
HTML
14 lines
234 B
HTML
{% include top.html %}
|
|
|
|
<body class="wrap">
|
|
{% include header.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
{% include anchor_links.html %}
|
|
{% include analytics.html %}
|
|
{% include search/script.html %}
|
|
</body>
|
|
</html>
|