Skip to content

Commit

Permalink
Add iframely link tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Mar 21, 2024
1 parent e8798f3 commit 4bfe3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/map/map.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<link rel="manifest" href="<%=paths.base%>manifest.json">
<link rel="search" type="application/opensearchdescription+xml" title="<%=appName%>" href="<%=paths.base%>opensearch.xml">
<link rel="alternate" type="application/json+oembed" href="<%=paths.base%>oembed?url=<%=encodeURIComponent(url)%>&amp;format=json" title="<%=normalizePageTitle(padData ? normalizePadName(padData.name) : undefined, appName)%>" />
<link rel="iframely geolocation web-share resizable" href="<%=url%>">
<style type="text/css">
html, body, #app {
margin: 0;
Expand Down
1 change: 1 addition & 0 deletions frontend/src/table/table.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<link rel="apple-touch-icon" href="<%=paths.base%>static/app-180.png">
<link rel="manifest" href="<%=paths.base%>static/manifest.json">
<link rel="alternate" type="application/json+oembed" href="<%=paths.base%>oembed?url=<%=encodeURIComponent(url)%>&amp;format=json" title="<%=normalizePageTitle(normalizePadName(padData.name), appName)%>" />
<link rel="iframely resizable" href="<%=url%>">

<style type="text/css">
<% for (const path of styles) { -%>
Expand Down

0 comments on commit 4bfe3ff

Please sign in to comment.