doctype 5
html(lang='en', itemscope, itemtype='http://schema.org/Organization')
head
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1')
meta(itemprop='name', property='og:title', content='Open Access Button')
meta(itemprop='description', property='og:description', content='Paywalls deny people access to life-saving research every day. The Open Access Button will make the damage of paywalls visible to the world and get you access to the research you need.')
meta(itemprop='image', property='og:image', content='/static/img/oabutton_logo.png')
meta(property='og:url', content='https://openaccessbutton.org')
meta(property='og:type', content='website')
meta(property='fb:profile_id', content="openaccessbutton')
if title
title Open Access Button - #{title}
else
title Open Access Button
link(rel='shortcut icon', type='image/x-icon', href='/static/img/favicon.ico')
link(rel='canonical', href='https://openaccessbutton.org')
link(rel='stylesheet', href='/static/css/bootstrap.min.css')
link(rel='stylesheet', href='/static/css/leaflet.css')
//if lte IE 8
link(rel='stylesheet', href='/static/css/leaflet.ie.css')
link(rel='stylesheet', type='text/css', media='all', href='/static/css/styles.css')
script(src='//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js')
script
WebFont.load({ google: { families: ['Raleway'] }});
var events = {{ events|safe }};
//if lt IE 9
script(src='/static/js/lib/html5shiv.js')
script(src='/static/js/lib/respond.min.js')
body(data-spy='scroll', data-target='.navbar')
block body
if DEBUG
script(src='/static/js/lib/jquery.min.js')
script(src='/static/js/lib/jquery.color-2.1.2.min.js')
script(src='/static/js/lib/jquery.form.js')
script(src='/static/js/lib/jquery.placeholder.js')
script(src='/static/js/lib/bootstrap.min.js')
script(src='/static/js/lib/bootstrap-dialog.js')
script(src='/static/js/lib/leaflet.js')
script(src='/static/js/lib/leaflet.markercluster.js')
else
script(src='/static/js/lib/all.min.js')
// Application scripts
script(src='/static/js/index.js')
// Analytics
script
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43774380-1', 'openaccessbutton.org');
ga('send', 'pageview');