Skip to content

Commit

Permalink
Fix website policy violation
Browse files Browse the repository at this point in the history
Apply the [consent
script](https://privacy.apache.org/examples/youtube-html/with-youtube-api.html)
suggested in the [website policy](https://privacy.apache.org/policies/website-policy.html) by applying the [consensual_youtube](apache/infrastructure-pelican#52) pelican plugin

Fixes apache#373
  • Loading branch information
raboof committed Apr 24, 2024
1 parent c70660e commit ed6f0a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/asf25years/index.ezmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ From the flagship Apache HTTP project to more recent projects spanning AI/ML, bi
</div>

### The Voice of Apache Podcast
<iframe width="560" height="315" src="https://www.youtube.com/embed/7nY2rlnPISg?si=ow3yTHYZcbWbIDuK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<youtube youtube_id="7nY2rlnPISg"/>

<div class="spacer-100">
</div>
Expand Down Expand Up @@ -163,4 +163,4 @@ We recognize community members through our First Contribution campaign that high
<div class="spacer-100">
</div>

<img class="img-responsive" src="img/community-anniversary.jpg" alt="Apache 25 Year Anniversary" />
<img class="img-responsive" src="img/community-anniversary.jpg" alt="Apache 25 Year Anniversary" />
Binary file added content/img/yt_preview_7nY2rlnPISg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions pelicanconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ plugins:
use:
- gfm
- asfindex
- consensual_youtube

setup:
data: asfdata.yaml
Expand Down

0 comments on commit ed6f0a4

Please sign in to comment.