Commit fe72fd61

mo <mokha@cisco.com>
2017-09-02 16:54:13
bring back embedly key
1 parent abd463a
Changed files (1)
app
app/views/layouts/application.html.erb
@@ -19,7 +19,7 @@
 <%= favicon_link_tag 'apple-touch-icon-114x114.png', rel: 'apple-touch-icon', type: 'image/png', sizes: "114x114" %>
 <%= yield :head %>
 <%= javascript_include_tag "application" %>
-<%# render "layouts/embedly"%>
+<%= render "layouts/embedly"%>
 <%= yield :javascript %>
 <%= csrf_meta_tags %>
 </head>