No, I don’t see the loading="lazy"
attribute on any
tags. I see the portion in the head of the document that it added:
<style type="text/css">
.no-js .lazy[data-src] {
display: none;
}
</style>
And this towards the bottom of the page (starting with):
<script type="text/javascript">
if ( 'loading' in HTMLImageElement.prototype ) {