Skip to content

Commit

Permalink
probably fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
3r1s-s committed Oct 19, 2024
1 parent c900946 commit f05ab46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ function embed(links) {
<img class="darflen-pfp" src="${escapeHTML(data.post.author.profile.images.icon.thumbnail)}">
<div class="darflen-user-info">
<span class="darflen-username">${escapeHTML(data.post.author.profile.username)}</span>
<span class="darflen-stats">${timeago(data.post.miscellaneous.creation_time*1000)} ago • ${escapeHTML(data.post.stats.views)} Views</span>
<span class="darflen-stats">${timeago(data.post.miscellaneous.creation_time*1000)} ago • ${data.post.stats.views} Views</span>
</div>
</div>
<div class="darflen-content">
Expand Down

0 comments on commit f05ab46

Please sign in to comment.