Revert "remove redundant title tag from layout and add meta data to firelane"

This reverts commit 8234665c17e3815fe331009b376abf744a569601.
pull/2/head
Michael Q Larson 2014-12-05 11:49:07 -08:00
parent 490a9a3c6e
commit 0a627695e4
2 changed files with 2 additions and 21 deletions

View File

@ -1,21 +1 @@
doctype html img(src='https://s3.amazonaws.com/freecodecamp/firelane.jpg')
html
head
script(src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js")
link(rel='shortcut icon', href='https://s3.amazonaws.com/freecodecamp/favicon.ico')
include partials/meta
title #{title} | Free Code Camp
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(name='csrf-token', content=_csrf)
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-55446531-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
body
img(src='https://s3.amazonaws.com/freecodecamp/firelane.jpg')

View File

@ -9,6 +9,7 @@ html
meta(http-equiv='X-UA-Compatible', content='IE=edge') meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1.0') meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(name='csrf-token', content=_csrf) meta(name='csrf-token', content=_csrf)
title #{title} - Hackathon Starter
!= css('main') != css('main')
body body