<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.png" />

<meta property="og:type" content="article" />
<meta name="twitter:image" content="http://via.placeholder.com/1024x512?text={{ site.title }}">
<meta name="twitter:title" content="CodeNation">
<meta name="twitter:domain" content="CodeNation.com">
<meta name="twitter:description" content="Empower your volunteers to organise their own local groups, host events, contact supporters and build your community of action.">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.2/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">

{% if site.typekit_id %}
<script src="https://use.typekit.net/{{ site.typekit_id }}.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
{% endif %}

{% if jekyll.environment == 'production' and site.google_analytics %}
<!-- google-analytics -->
{% endif %}
<!-- facebook-pixel -->

</head>

{% include svg_library.html %}