1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

style: Homepage performance improvements (#2806)

This commit is contained in:
2024-11-11 17:34:27 -06:00
parent d62e221615
commit 12c58d567c
9 changed files with 21 additions and 25 deletions

View File

@ -79,6 +79,9 @@ async function main() {
avatar.width = 20;
avatar.height = 20;
avatar.className = "middle";
avatar.loading = "lazy";
avatar.ariaHidden = "true";
avatar.alt = "";
author.appendChild(avatar);
var namespan = document.createElement('span');
namespan.innerText = " Posted by " + author_data['username'];