Add smartypants
This commit is contained in:
parent
72067ba038
commit
decb9d8430
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@ 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="#{@site.config[:base_url]}/posts.xml"
|
||||
link rel='alternate' type='application/atom+xml' title='Atom feed' href="/posts.xml"
|
||||
javascript:
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', '#{@site.config[:google_analytics_id]}']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue