-
Notifications
You must be signed in to change notification settings - Fork 200
Expand file tree
/
Copy pathblog.html
More file actions
executable file
·31 lines (23 loc) · 792 Bytes
/
blog.html
File metadata and controls
executable file
·31 lines (23 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: landing
title: Blog
description: Latest posts, tags, categories related to OpenTheme.
---
<div class="ui inverted vertical segment dark-wood">
<div class="ui very relaxed stackable page grid">
<div class="row">
<div class="eight wide column">
{% include recent-posts.html %}
</div>
<div class="eight wide column">
{% include feature-post.html %}
<div class="ui inverted divider"></div>
<h3 class="ui inverted header">Tags</h3>
{% include site-tags.html %}
<div class="ui inverted divider"></div>
<h3 class="ui inverted header">Categories</h3>
{% include site-categories.html %}
</div>
</div> <!-- /row -->
</div>
</div>