This commit is contained in:
2023-03-27 18:03:20 +02:00
parent 8b121c9e6e
commit b3061ad79a
11 changed files with 516 additions and 30 deletions
+2 -2
View File
@@ -39,9 +39,9 @@ function renderArticle(feeds) {
for (t = 0; t < items.length; t++) {
placeholder +=
'<div class="article">' +
"<p>" +
"<h2>" +
items[t].title +
"</p>" +
"</h2>" +
"<p>" +
items[t].content +
"</p>";