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
/
news.html
20 lines
(13 loc)
•
291 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout:
default
---
<section
class="news">
<div
class="grid">
{
%
include
news_contents_mobile.html
%
}
<div
class="unit
four-fifths">
{{
content
}}
</div>
{
%
include
news_contents.html
%
}
<div
class="clear"></div>
</div>
</section>