diff --git a/index.html b/index.html index cb92afc..5f823c8 100644 --- a/index.html +++ b/index.html @@ -117,6 +117,7 @@ async function loadNews() { newsElement.innerHTML = `

${newsItem.title}

${newsItem.content}

+

Von: ${newsItem.author}

`; newsContainer.appendChild(newsElement); @@ -130,6 +131,7 @@ async function loadNews() { loadNews(); +