doctype html
|
|
block vars
|
|
- var bodyclass = null;
|
|
html(lang='en')
|
|
head
|
|
block head
|
|
meta(charset='utf-8')
|
|
meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1')
|
|
meta(name='viewport', content='width=device-width')
|
|
title
|
|
block title
|
|
= locals.name
|
|
link(rel='alternate', href=locals.url+'/feed.xml', type='application/rss+xml', title=locals.description)
|
|
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Anonymous+Pro:400,700,400italic,700italic|Merriweather:400,700,300')
|
|
link(rel='stylesheet', href='/css/main.min.css')
|
|
body(class=bodyclass)
|
|
header.header
|
|
div.content-wrap
|
|
block header
|
|
div.logo
|
|
h1
|
|
a(href=locals.url)
|
|
img(src="/img/avatar.png")
|
|
= locals.name
|
|
p.description= locals.description
|
|
div#content
|
|
div.content-wrap
|
|
block content
|
|
h2 Welcome to brett.is!
|
|
div.ad
|
|
script(async, src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js")
|
|
ins.adsbygoogle(style="display:block", data-ad-client="ca-pub-3200991035275362"
|
|
data-ad-slot="4431182737", data-ad-format="auto")
|
|
footer
|
|
div.content-wrap
|
|
block footer
|
|
section.about
|
|
!=contents['about.md'].html
|
|
section.social-links
|
|
include mixins/social
|
|
+social_links
|
|
section.copy
|
|
p © #{ new Date().getFullYear() } #{ locals.owner } — powered by
|
|
a(href='https://github.com/jnordberg/wintersmith') Wintersmith
|
|
//- please leave the "powered by" if you use the design
|
|
|
|
script(type='text/javascript').
|
|
(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-34513423-1', 'brett.is');
|
|
ga('send', 'pageview');
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|