httpstatuses/templates/layout.jade
Samuel Ryan 6383b80064 Adds meta descriptions to status code pages and index
Makes use of the first paragraph of the status code!
2015-12-11 03:02:39 +00:00

21 lines
951 B
Plaintext

doctype html
html(lang="en")
head
block title
title #{title} — httpstatuses.com
link(rel='shortcut icon', href='/' + fingerprint['favicon.ico'], type='image/x-icon')
link(rel='stylesheet', href='/' + fingerprint['style.css'])
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(charset='utf-8')
block description
meta(name='description' content='HTTP Status Code directory, with definitions, details and helpful code references.')
body
block contents
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-29439846-1', 'auto');
ga('send', 'pageview');