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:
@ -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'];
|
||||
|
Reference in New Issue
Block a user