From 0a627695e4495afefb4ea0563dc62a4ed3f46a01 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Fri, 5 Dec 2014 11:49:07 -0800 Subject: [PATCH] Revert "remove redundant title tag from layout and add meta data to firelane" This reverts commit 8234665c17e3815fe331009b376abf744a569601. --- views/firelane.jade | 22 +--------------------- views/layout.jade | 1 + 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/views/firelane.jade b/views/firelane.jade index cd73a4c73ff..6eda2e53c7d 100644 --- a/views/firelane.jade +++ b/views/firelane.jade @@ -1,21 +1 @@ -doctype html -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') +img(src='https://s3.amazonaws.com/freecodecamp/firelane.jpg') \ No newline at end of file diff --git a/views/layout.jade b/views/layout.jade index eeb151f5ebd..839ca31e183 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -9,6 +9,7 @@ html 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) + title #{title} - Hackathon Starter != css('main') body