Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 387: Line 387:
 
                 let el = '<a class="snippet ' + snippet.product + '" href="' + snippet.action + '">';
 
                 let el = '<a class="snippet ' + snippet.product + '" href="' + snippet.action + '">';
 
                     el += '<div class="snippet-header">' + snippet.title + '</div>';
 
                     el += '<div class="snippet-header">' + snippet.title + '</div>';
                     el += '<div class="snippet-body"'> + snippet.body + '</div>';
+
                     el += '<div class="snippet-body">' + snippet.body + '</div>';
 
                     el += '</a>';
 
                     el += '</a>';
 
                 container.innerHTML += el;
 
                 container.innerHTML += el;

Revision as of 15:54, 15 October 2023

Second version of the LINKS Community Center homepage.
Do not modify!