Skip to content

Commit

Permalink
Add title to iframe to improve accessibility (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSnke committed Jun 4, 2023
1 parent 8b37538 commit 9fb8117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h4 class="title feature-title">{{ feature.title }}</h4>
<section class="section">
<div class="container is-max-desktop blog-embed">
<h2 id="blog" class="title section-title">Blog</h2>
<iframe src="https://blog.minetest.net/embed_latest/" frameborder="0"></iframe>
<iframe src="https://blog.minetest.net/embed_latest/" title="Latest Minetest Blog Post" frameborder="0"></iframe>
<p>
<a class="button is-primary" href="https://blog.minetest.net/">
View more blog posts
Expand Down

0 comments on commit 9fb8117

Please sign in to comment.