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
/
lib
/
site_template
/
_layouts
/
page.html
15 lines
(11 loc)
•
209 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout:
default
---
<article
class="post">
<header
class="post-header">
<h1
class="post-title">{{
page.title
}}</h1>
</header>
<div
class="post-content">
{{
content
}}
</div>
</article>