Skip to content

Commit 6824546

Browse files
author
Mabrur Habib
committed
modified: index.md
1 parent a31cf5b commit 6824546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ title: Home
179179
itemsToShow.forEach(item => {
180180
const feedItem = document.createElement('div');
181181
feedItem.innerHTML = `
182-
<h3>${item.pubDate.toLocaleDateString()} ${item.source} | <a href="${item.link}" target="_blank">${item.title}</a></h3>
182+
<h3>${item.pubDate.toLocaleDateString()} - ${item.source} | <a href="${item.link}" target="_blank">${item.title}</a></h3>
183183
`;
184184
feedContainer.appendChild(feedItem);
185185
});

0 commit comments

Comments
 (0)