mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 00:12:41 +00:00
Removing deprecated frameborder attribute
This commit is contained in:
parent
6761e07409
commit
97ab145521
@ -150,7 +150,7 @@
|
||||
</div>
|
||||
|
||||
{% if not DISABLE_SEARCH %}
|
||||
<iframe src="https://duckduckgo.com/search.html?site={{ SITEURL }}&prefill=Search" class="duckduckgo" frameborder="0"></iframe>
|
||||
<iframe src="https://duckduckgo.com/search.html?site={{ SITEURL }}&prefill=Search" class="duckduckgo"></iframe>
|
||||
{% endif %}
|
||||
|
||||
{% if LINKS %}
|
||||
@ -210,7 +210,7 @@
|
||||
<div class="uk-offcanvas-bar">
|
||||
|
||||
{% if not DISABLE_SEARCH %}
|
||||
<iframe src="https://duckduckgo.com/search.html?site={{ SITEURL }}&prefill=Search" class="duckduckgo" frameborder="0"></iframe>
|
||||
<iframe src="https://duckduckgo.com/search.html?site={{ SITEURL }}&prefill=Search" class="duckduckgo"></iframe>
|
||||
{% endif %}
|
||||
|
||||
<ul class="uk-nav uk-nav-offcanvas" data-uk-nav>
|
||||
|
Loading…
Reference in New Issue
Block a user