Introducing Tent.
This commit is contained in:
parent
c9d34ee0a4
commit
71357e5de1
6 changed files with 77 additions and 9 deletions
17
layouts/_head.slim
Normal file
17
layouts/_head.slim
Normal file
|
@ -0,0 +1,17 @@
|
|||
meta name="viewport" content='width=device-width, initial-scale=1.0'
|
||||
title = "#{@item[:title] + ' · ' if @item[:title]}Tent"
|
||||
link href='/assets/css/bootstrap.css' rel='stylesheet' type='text/css' media='screen'
|
||||
link href='/assets/css/bootstrap-responsive.css' rel='stylesheet' type='text/css' media='screen'
|
||||
link href='/assets/css/style.css' rel='stylesheet' type='text/css' media='screen'
|
||||
link rel='alternate' type='application/atom+xml' title='Atom feed' href="/blog.xml"
|
||||
javascript:
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', '#{@site.config[:google_analytics_id]}']);
|
||||
_gaq.push(['_setSiteSpeedSampleRate', 50]);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue