mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2480 from Arhell/add-title
Accessibility add iframe title
This commit is contained in:
commit
5239d0655c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue