Skip to content

Commit

Permalink
remove iframely metatags, caused bug in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmark committed Aug 8, 2018
1 parent f55ca0c commit 7cc2b83
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions static/templates/meta_tags.html.ejs
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
<!--
<link rel="iframely reader" type="text/html"
href="<%=deploy_url %>"
title="<%=config.headline || project.title%>"
media="(min-width:288) and (min-height:<%=embed_meta.height%>)" />
-->
<link rel="iframely reader" type="application/javascript"
id="<%=slug%>__graphic"
href="<%=deploy_url %>embed.js" title="<%=config.headline || project.title%>"
media="(min-width:288) and (min-height:<%=embed_meta.height%>)" />
<% for(var i = 0; i < embed_meta.fallbacks.length; i++) { %>
<link rel="iframely thumbnail" type="<%=embed_meta.fallbacks[i].mime %>"
href="<%=deploy_url + embed_meta.fallbacks[i].name %>"
title="<%=config.headline || project.title%>"
sizes="<%=embed_meta.fallbacks[i].width + 'x' + embed_meta.fallbacks[i].height %>"/>
<% } %>
<link rel="alternate" type="application/json+oembed"
href="<%=deploy_url%>oembed.json"
title="<%=config.headline || project.title%>" />
Expand Down

0 comments on commit 7cc2b83

Please sign in to comment.