Skip to content

Commit d704568

Browse files
committed
Initial commit
1 parent 6c913b6 commit d704568

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ navigation:
1818
url: /
1919
fa: fa fa-home fa-fw
2020
- text: Blog
21-
url: /blog/
21+
url: /eng/blog/
22+
- text: Blog
23+
url: /sw/blog/
2224
fa: fa fa-newspaper fa-fw
2325
- text: About Us
2426
url: /about/

blog.md renamed to bblog.md.bk

File renamed without changes.

eng/blog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: default
3+
lang: en
4+
title: Blog
5+
permalink: /eng/blog/
6+
list_title: Posts
7+
---
8+
9+
<div class="posts">
10+
{%- include posts.html -%}
11+
</div>

sw/blog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: default
3+
lang: sw
4+
title: Blog
5+
permalink: /sw/blog/
6+
list_title: Posts
7+
---
8+
9+
<div class="posts">
10+
{%- include posts.html -%}
11+
</div>

0 commit comments

Comments
 (0)