findcommonground.uk/_layouts/default.html

54 lines
1.6 KiB
HTML
Raw Normal View History

2014-02-07 00:18:00 +00:00
<!DOCTYPE html>
<html>
<head>
2014-05-18 23:00:39 +00:00
<title>{% if page.title %}{{ page.title }} {% endif %}{{ site.name }} {{ site.description }}</title>
2014-02-07 00:18:00 +00:00
{% include meta.html %}
2014-02-07 00:18:00 +00:00
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
2014-05-13 12:10:16 +00:00
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
2014-06-01 19:20:02 +00:00
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
2014-02-07 00:18:00 +00:00
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a>
<div class="site-info">
<h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
<p class="site-description">{{ site.description }}</p>
</div>
<nav>
<a href="{{ site.baseurl }}/">Blog</a>
2015-11-06 15:59:29 +00:00
<a href="{{ site.baseurl }}/resources">Resources</a>
<a href="{{ site.baseurl }}/about">About</a>
2015-11-05 12:09:56 +00:00
<a href="{{ site.baseurl }}/impressum">Impressum</a>
</nav>
</header>
</div>
</div>
<div id="main" role="main" class="container">
{{ content }}
</div>
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
2014-06-13 12:59:59 +00:00
{% include svg-icons.html %}
</footer>
</div>
</div>
2014-02-07 00:18:00 +00:00
{% include analytics.html %}
</body>
2014-08-03 03:27:38 +00:00
</html>