Skip to content

Commit 368e545

Browse files
committed
Mostly working
1 parent 17d67aa commit 368e545

23 files changed

+274
-54
lines changed

_layouts/default.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset=utf-8 />
5+
<title> {% if page.title %} {{ page.title }} | {% endif %} UNHCR Innovation</title>
6+
<link rel="stylesheet" href="/css/style.css" />
7+
</head>
8+
<body>
9+
10+
<div id="main">
11+
12+
<header>
13+
<h1>{% if page.title %} {{ page.title }} {% else %} UNHCR Innovation {% endif %}</a></h1>
14+
<header>
15+
16+
{{ content }}
17+
18+
</div>
19+
</body>
20+
</html>

_layouts/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<header>
11-
<h1><a href="/">{{ page.title }}</a></h1>
11+
<h1>{{ page.title || "UNHCR Innovation" }}</a></h1>
1212
</header>
1313
<section>
1414
{{ content }}

_layouts/post.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
layout: layout
2+
layout: default
33
---
44

55
<div class="content">
66
<div id="post">
7-
<h1>{{ post.title }}</h1>
87
{{ content }}
98
</div>
109
</div>

_posts/1985-10-26-Test-Post.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

_posts/2013-01-01-Refugee-Flows.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: post
3+
title: Refugee Flows
4+
image: refugeeflows.png
5+
---
6+
7+
<iframe width="960" height="500" src="http://refugeeflows.herokuapp.com/" margin-width="0" margin-height="0"
8+
scrolling="no"></iframe>
9+
10+
Global refugees.
11+

_posts/2013-02-14-African-Refugees.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: post
3+
title: African Refugees
4+
image: africanrefugees.png
5+
---
6+
7+
<iframe width="960" height="500" src="http://africanrefugees.herokuapp.com/" margin-width="0" margin-height="0"
8+
scrolling="no"></iframe>
9+
10+
African refugees.
11+

_posts/2013-04-21-Global-Refugees.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: post
3+
title: Global Refugees
4+
image: globalrefugees.png
5+
---
6+
7+
<iframe width="960" height="500" src="http://globalrefugees.herokuapp.com/" margin-width="0" margin-height="0"
8+
scrolling="no"></iframe>
9+
10+
Global refugees.

_site/1985/10/26/Test-Post/index.html

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset=utf-8 />
5+
<title> Refugee Flows | UNHCR Innovation</title>
6+
<link rel="stylesheet" href="/css/style.css" />
7+
</head>
8+
<body>
9+
10+
<div id="main">
11+
12+
<header>
13+
<h1> Refugee Flows </a></h1>
14+
<header>
15+
16+
<div class="content">
17+
<div id="post">
18+
<iframe width="960" height="500" src="http://refugeeflows.herokuapp.com/" margin-width="0" margin-height="0"
19+
scrolling="no"></iframe>
20+
21+
22+
<p>Global refugees.</p>
23+
24+
</div>
25+
</div>
26+
27+
28+
</div>
29+
</body>
30+
</html>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset=utf-8 />
5+
<title> African Refugees | UNHCR Innovation</title>
6+
<link rel="stylesheet" href="/css/style.css" />
7+
</head>
8+
<body>
9+
10+
<div id="main">
11+
12+
<header>
13+
<h1> African Refugees </a></h1>
14+
<header>
15+
16+
<div class="content">
17+
<div id="post">
18+
<iframe width="960" height="500" src="http://africanrefugees.herokuapp.com/" margin-width="0" margin-height="0"
19+
scrolling="no"></iframe>
20+
21+
22+
<p>African refugees.</p>
23+
24+
</div>
25+
</div>
26+
27+
28+
</div>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)