Widget: Homepage: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
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"' | el += '<div class="snippet-body">' + snippet.body + '</div>'; | ||
el += '</a>'; | el += '</a>'; | ||
container.innerHTML += el; | container.innerHTML += el; |
Revision as of 14:54, 15 October 2023
Second version of the LINKS Community Center homepage.
Do not modify!