|
|
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='http://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.title
|
|
|
a(href=locals.url)= locals.name
|
|
|
p.description= locals.description
|
|
|
div#content
|
|
|
div.content-wrap
|
|
|
block content
|
|
|
h2 Welcome to The Worst Programmer Ever!
|
|
|
footer
|
|
|
div.content-wrap
|
|
|
block footer
|
|
|
section.about
|
|
|
!=contents['about.md'].html
|
|
|
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-43062483-1', 'auto');
|
|
|
ga('send', 'pageview');
|
|
|
a(href="https://github.com/brettlangdon/theworstprogrammerever", target="_blank")
|
|
|
img(style="position: absolute; top: 0; left: 0; border: 0;", src="https://camo.githubusercontent.com/567c3a48d796e2fc06ea80409cc9dd82bf714434/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png")
|