You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/templates/pages/default.txp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
<main aria-label="Main content">
53
53
<div class="wrapper-inner animation-wrapper">
54
54
<div id="animation-container">
55
-
<canvas id="animation" width="1150" height="480"><img width="1150" height="480" alt="Powering big ideas from a small open source CMS" src="/assets/img/com/index-animation-fallback.png"></canvas>
55
+
<canvas id="animation" width="1150" height="480"><img loading="lazy" width="1150" height="480" alt="Powering big ideas from a small open source CMS" src="/assets/img/com/index-animation-fallback.png"></canvas>
56
56
</div>
57
57
<div id="animation-overlay">
58
58
<div class="container">
@@ -291,7 +291,7 @@ foreach ($json->topic as $topic) {
291
291
</txp:if_search_results>
292
292
</div>
293
293
<p>Please try another search term or <a href="<txp:site_url />">return to the Textpattern homepage</a>.</p>
0 commit comments