Set up assets for S3/CloudFront CDN
This commit is contained in:
parent
7ff4d0a1bb
commit
019ad29a7f
12 changed files with 93 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
meta name="viewport" content='width=device-width, initial-scale=1.0'
|
||||
title = "#{@item[:title] + ' · ' if @item[:title]}Tent - the decentralized social web"
|
||||
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 href=asset_url('bootstrap.css') rel='stylesheet' type='text/css' media='screen'
|
||||
link href=asset_url('bootstrap-responsive.css') rel='stylesheet' type='text/css' media='screen'
|
||||
link href=asset_url('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 || [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue