Skip to content

Commit

Permalink
Fix embedded RSS feeds for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Sep 13, 2024
1 parent cfc531d commit 12615a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subdomains/singlecell/templates/conclusion.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ <h4 class="mb-3">News and Events</h4>

<div class="row justify-content-center">
<div class="col">
<iframe width="400px" height="600px" src="https://training.galaxyproject.org/training-material/topics/single-cell/feed.w.xml"></iframe>
<iframe width="400px" height="600px" src="https://training.galaxyproject.org/training-material/topics/single-cell/feed.w.html"></iframe>
</div>
<div class="col">
<iframe width="400px" height="600px" src="https://training.galaxyproject.org/training-material/feeds/single-cell-month.w.xml"></iframe>
<iframe width="400px" height="600px" src="https://training.galaxyproject.org/training-material/feeds/single-cell-month.w.html"></iframe>
</div>
</div>
</section>
Expand Down

0 comments on commit 12615a5

Please sign in to comment.