Accessibility add iframe title

This commit is contained in:
Arhell 2022-05-05 00:33:42 +03:00
parent 1e323e9bf7
commit de9c44b1fb

View File

@ -116,7 +116,7 @@
{{ with .Params.sectionCalendar }}
<div>
<div>
<iframe src="{{ .iframeUrl }}" style="border: 0" frameborder="0" scrolling="no"></iframe>
<iframe title="calendar" src="{{ .iframeUrl }}" style="border: 0" frameborder="0" scrolling="no"></iframe>
</div>
</div>
{{ end }}