Merge pull request #2480 from Arhell/add-title

Accessibility add iframe title
This commit is contained in:
rayzhou2017 2022-06-12 18:39:08 +08:00 committed by GitHub
commit 5239d0655c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@
{{ with .Params.sectionIframe }}
<div class="common-layout">
<h2 style="margin: 40px 0;" class="title-black-h2">{{ .title }}</h2>
<iframe src="{{ .googleFormUrl }}" width="640" height="1000" frameborder="0" marginheight="0" marginwidth="0">正在加载…</iframe>
<iframe src="{{ .googleFormUrl }}" title="form" width="640" height="1000" frameborder="0" marginheight="0" marginwidth="0">正在加载…</iframe>
</div>
{{ end }}
</section>