Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 768ea21

Browse files
committed
add isle of man to the list of countries
1 parent 6d05bfa commit 768ea21

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ contact:
1010

1111
country-list: [austria, belgium, bulgaria, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, ireland, italy, kosovo, latvia, lithuania, luxembourg, malta, netherlands, poland, portugal, romania, slovakia, slovenia, spain, sweden, switzerland, united_kingdom]
1212

13-
country-list-2014: [austria, belgium, bulgaria, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, iceland, ireland, italy, latvia, lithuania, luxembourg, malta, moldova, netherlands, norway, poland, portugal, romania, slovakia, slovenia, spain, sweden, switzerland, turkey, united_kingdom]
13+
country-list-2014: [austria, belgium, bulgaria, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, iceland, ireland, isle_of_man, italy, latvia, lithuania, luxembourg, malta, moldova, netherlands, norway, poland, portugal, romania, slovakia, slovenia, spain, sweden, switzerland, turkey, united_kingdom]
1414

1515
description: A week to celebrate coding in Europe
1616
url: http://codeweek.eu

resources/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ <h2>Local resources in your language</h2>
1111
{% for cat in site.country-list-2014 %}
1212
<strong>{% if cat == "czech_republic" %}
1313
<a href="{{ cat }}" title="List of coding resources from Czech Republic">Czech Republic</a>
14+
{% elsif cat == "isle_of_man" %}
15+
<a href="{{ cat }}" title="List of coding resources from the Isle of Man">Isle of Man</a>
1416
{% elsif cat == "united_kingdom" %}
1517
<a href="{{ cat }}" title="List of coding resources from United Kingdom">United Kingdom</a>
1618
{% else %}

resources/isle_of_man/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: resource
3+
title: Isle of Man
4+
---
5+
6+
<ul>
7+
<li>No resources added yet.</li>
8+
</ul>
9+
10+
<p>Know any other resources? <a href="mailto:{{site.contact.email}}">Send us an email</a> or add links to this page with a <a href="https://github.com/codeeu/codeeu.github.io">Pull request on GitHub</a>!</p>

0 commit comments

Comments
 (0)