We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb11c2f commit f038e38Copy full SHA for f038e38
_layouts/project.html
@@ -177,6 +177,7 @@ <h2 id='contributor-header' class='project-page-card-title title6'>All-Time Cont
177
<div class='page-card card-primary page-card-lg page-card--iframe'>
178
<iframe
179
src='{{ page.iframe.src }}'
180
+ allow='{{ page.iframe.allow }}'
181
width="100%"
182
height="100%"
183
style="margin: 0; border: 2px solid color-mediumdarkcyanblue; box-sizing: border-box">
_projects/food-oasis.md
@@ -135,4 +135,5 @@ status: Active
135
iframe:
136
available: true
137
src: "https://la.foodoasis.net/widget"
138
+ allow: "geolocation"
139
---
0 commit comments