2014-12-29 23:08:56 +01:00
<!DOCTYPE html>
2015-01-01 21:06:34 +01:00
<!--[if lt IE 7]> <html lang="{{ DEFAULT_LANG }}" class="no-js lt-ie9 lt-ie8 lt-ie7" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 7]> <html lang="{{ DEFAULT_LANG }}" class="no-js lt-ie9 lt-ie8" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 8]> <html lang="{{ DEFAULT_LANG }}" class="no-js lt-ie9" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if gt IE 8]><!--> < html lang = "{{ DEFAULT_LANG }}" class = "no-js" prefix = "og: http://ogp.me/ns#" > <!--<![endif]-->
2014-12-29 23:08:56 +01:00
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2015-01-01 21:06:34 +01:00
< title > {% block title %}{{ SITENAME }}{% endblock %}</ title >
2014-12-29 23:08:56 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2015-01-01 21:06:34 +01:00
< meta name = "description" content = "{% block description %}{{ DESCRIPTION }}{% endblock %}" >
< link rel = "shortcut icon" href = "{{ SITEURL}}/favicon.ico" type = "image/vnd.microsoft.icon" >
2014-12-29 23:08:56 +01:00
< meta name = "author" content = "{{ AUTHOR }}" >
< meta name = "copyright" content = "{{ AUTHOR }}" >
2015-01-01 12:37:30 +01:00
< meta name = "twitter:card" content = "summary" />
2015-01-01 21:24:40 +01:00
< meta name = "twitter:site" content = "@{{ TWITTER_USERNAME }}" />
2015-01-01 12:37:30 +01:00
< meta property = "og:site_name" content = "{{ SITENAME }}" />
2015-01-01 21:06:34 +01:00
{% block seo %}
2014-12-29 23:08:56 +01:00
< meta property = "og:title" content = "{{ SITENAME }}" />
< meta property = "og:type" content = "website" />
< meta property = "og:url" content = "{{ SITEURL }}" />
2015-01-01 12:37:30 +01:00
< meta name = "twitter:url" content = "{{ SITEURL }}" />
2015-01-01 21:06:34 +01:00
{% if DESCRIPTION %}
< meta property = "og:description" content = "{{ DESCRIPTION }}" />
< meta name = "twitter:description" content = "{{ DESCRIPTION }}" />
2014-12-29 23:08:56 +01:00
{% endif %}
2015-01-01 12:37:30 +01:00
{% if OG_IMAGE %}
2015-01-01 21:24:40 +01:00
< meta property = "og:image" content = "{{ OG_IMAGE }}" />
2014-12-29 23:08:56 +01:00
< meta property = "og:image:type" content = "{{ OG_IMAGE_TYPE }}" />
2015-01-01 21:24:40 +01:00
< meta name = "twitter:image" content = "{{ OG_IMAGE }}" />
2015-01-01 12:37:30 +01:00
{% endif %}
2015-01-01 21:06:34 +01:00
{% endblock %}
< link href = "{{ SITEURL }}/{{ FEED_ALL_ATOM }}" type = "application/atom+xml" rel = "alternate" title = "{{ SITENAME }} ATOM Feed" />
2014-12-30 20:24:15 +01:00
< link href = '//fonts.googleapis.com/css?family=Open+Sans:800italic' rel = 'stylesheet' type = 'text/css' >
2014-12-29 23:08:56 +01:00
< link href = '//fonts.googleapis.com/css?family=Oswald' rel = 'stylesheet' type = 'text/css' >
< link rel = "stylesheet" href = "//cdnjs.cloudflare.com/ajax/libs/uikit/2.15.0/css/uikit.min.css" >
< link rel = "stylesheet" href = "/theme/css/solarized.css" >
< link rel = "stylesheet" href = "/theme/css/main.css" >
2015-01-01 21:06:34 +01:00
< script src = "//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js" ></ script >
2014-12-29 23:08:56 +01:00
</ head >
< body >
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
2015-01-01 21:06:34 +01:00
< div class = "uk-hidden" itemtype = "http://schema.org/Blog" itemscope = "itemscope" >
< meta itemprop = "name" content = "{{ SITENAME }}" />
< meta itemprop = "description" content = "{{ DESCRIPTION }}" />
</ div >
2014-12-29 23:08:56 +01:00
< header class = " mg-header uk-navbar uk-navbar-attached" >
< div class = "uk-container uk-container-center" >
< div class = "uk-grid" data-uk-grid-margin >
2014-12-30 21:09:42 +01:00
< a class = "mg-brand uk-navbar-brand uk-hidden-small" href = "{{ SITEURL }}" > {% if ALT_NAME %}{{ ALT_NAME }}{% else %}{{ SITENAME }}{% endif %}</ a >
2014-12-29 23:08:56 +01:00
< div class = "mg-tagline uk-navbar-content uk-hidden-small" > {% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</ div >
< a class = "uk-navbar-toggle uk-visible-small" href = "#mg-offcanvas" data-uk-offcanvas ></ a >
2014-12-30 21:09:42 +01:00
< a class = "mg-brand uk-navbar-brand uk-navbar-center uk-visible-small" href = "{{ SITEURL }}" > {% if ALT_NAME %}{{ ALT_NAME }}{% else %}{{ SITENAME }}{% endif %}</ a >
2014-12-29 23:08:56 +01:00
</ div >
</ div >
</ header >
< main class = "mg-main" >
< div class = "uk-container uk-container-center" >
< div class = "uk-grid" data-uk-grid-margin >
{% block content %}
{% endblock %}
< div class = "uk-width-medium-1-5 uk-hidden-small" >
< div class = "uk-panel uk-panel-box" >
<!--<h3 class="uk-panel-title">Categories</h3> -->
< ul class = "uk-nav uk-nav-side" >
< li class = "uk-nav-header" > Categories</ li >
{% for cat, _ in categories %}
< li {% if cat = = category %} class = "uk-active" {% endif %} >< a href = "{{ SITEURL }}/{{ cat.url }}" > {{ cat }}</ a ></ li >
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU != False %}
< li class = "uk-nav-header" > Pages</ li >
{% for p in PAGES %}
< li {% if p = = page %} class = "uk-active" {% endif %} >
< a href = "{{ SITEURL }}/{{ p.url }}" > {{ p.title }}</ a >
</ li >
{% endfor %}
{% endif %}
< li class = "uk-nav-divider" ></ li >
2015-01-01 01:19:43 +01:00
< li {% if page_name = = ' archives ' %} class = "uk-active" {% endif %} >< a href = "{{ SITEURL }}/archives.html" > Archives</ a ></ li >
2014-12-29 23:08:56 +01:00
</ ul >
</ div >
< div class = "uk-panel uk-panel-box" >
< h3 class = "uk-panel-title" > Receive Updates</ h3 >
2015-01-01 21:06:34 +01:00
< a rel = "alternate" type = "application/atom+xml" href = "{{ SITEURL }}/{{ FEED_ALL_ATOM }}" class = "mg-feed" >< i class = "uk-icon-rss uk-icon-medium" ></ i > ATOM</ a >
2014-12-29 23:08:56 +01:00
</ div >
{% if SOCIAL %}
< div class = "uk-panel uk-panel-box" >
< h3 class = "uk-panel-title" > Contacts</ h3 >
{% for icon, link in SOCIAL %}
< a href = "{{ link }}" >
< i class = "uk-icon-{{ icon }} uk-icon-medium" ></ i >
</ a >
{% endfor %}
</ div >
{% endif %}
</ div >
</ div >
</ div >
</ main >
< footer class = "mg-footer" >
< div class = "uk-container uk-container-center uk-text-center" >
< div class = "mg-icons-small uk-subnav uk-visible-small" >
2015-01-01 21:06:34 +01:00
< li >< a rel = "alternate" type = "application/atom+xml" href = "{{ SITEURL }}/{{ FEED_ALL_ATOM }}" class = "uk-icon-button uk-icon-rss" ></ a ></ li >
2014-12-29 23:08:56 +01:00
{% if SOCIAL %}
{% for icon, link in SOCIAL %}
< li >
< a href = "{{ link }}" class = "uk-icon-button uk-icon-{{ icon.replace(" -square ", "") }}" ></ a >
</ li >
{% endfor %}
{% endif %}
</ div >
< div class = "mg-author uk-panel" >
< p > {{ FOOTER }}</ p >
2015-01-01 21:06:34 +01:00
< p > Powered by < a href = "http://blog.getpelican.com" > Pelican</ a > .< br class = "uk-visible-small" > Theme < a href = "https://github.com/lucachr/pelican-mg" > mg</ a > by < a href = "https://github.com/lucachr" > Luca Chiricozzi</ a > .</ p >
2014-12-29 23:08:56 +01:00
</ div >
</ div >
</ footer >
< div id = "mg-offcanvas" class = "uk-offcanvas" >
< div class = "uk-offcanvas-bar" >
< ul class = "uk-nav uk-nav-offcanvas" data-uk-nav >
< li class = "uk-nav-header" > Categories</ li >
{% for cat, _ in categories %}
< li {% if cat = = category %} class = "uk-active" {% endif %} >< a href = "{{ SITEURL }}/{{ cat.url }}" > {{ cat }}</ a ></ li >
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU != False %}
< li class = "uk-nav-header" > Pages</ li >
{% for p in PAGES %}
< li {% if p = = page %} class = "uk-active" {% endif %} >
< a href = "{{ SITEURL }}/{{ p.url }}" > {{ p.title }}</ a >
</ li >
{% endfor %}
{% endif %}
< li class = "uk-nav-divider" ></ li >
< li >< a href = "{{ SITEURL }}/{{ ARCHIVES_URL }}" > Archives</ a ></ li >
</ ul >
</ div >
</ div >
< script src = "//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></ script >
< script > window . jQuery || document . write ( '<script src="js/vendor/jquery-1.10.2.min.js"><\/script>' )</ script >
< script src = "//cdnjs.cloudflare.com/ajax/libs/uikit/2.15.0/js/uikit.min.js" ></ script >
< script src = "/theme/js/jquery.sticky-kit.min.js" ></ script >
< script src = "/theme/js/plugins.js" ></ script >
< script src = "/theme/js/main.js" ></ script >
{% include 'disqus_count.html' %}
{% include 'analytics.html' %}
</ body >
</ html >