UNPKG
jekyll
Version:
latest (3.0.0-beta1)
3.0.0-beta1
A blog-aware, static site generator in Ruby
github.com/jekyll/jekyll
jekyll/jekyll
jekyll
/
site
/
_layouts
/
default.html
14 lines
(9 loc)
•
200 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% include top.html
%}
<body
class
="
wrap
">
{% include header.html
%}
{{ content }} {% include footer.html
%}
{% include anchor_links.html
%}
{% include analytics.html
%}
<
/body> </
html>