Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
devsdenepal committed Jan 17, 2024
1 parent 29bfc7e commit 9e60474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function bring_posts() {
document.getElementById("featured-github-link").href = page.github_link;
document.getElementById("featured-link").href = page.url;
document.getElementById("highlighted_topic").innerText = page.title;
document.getElementById("highlighted_content").innerText = page.adescription;
document.getElementById("highlighted_content").innerText = page.description;
document.getElementById("highlighted_banner").src = page.image_url;
}
else {
Expand Down

0 comments on commit 9e60474

Please sign in to comment.