Skip to content

Commit 959ccec

Browse files
Bug fixes to paths.
1 parent 021a3ec commit 959ccec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/pages/portal/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function createNewsPanel(id, url, thumbnailUrl, authorAvatarUrl, authorTitle, ca
9595
return $('<div class="news-panel">' +
9696
' <a href="' + url + '">' +
9797
' <div>' +
98-
' <img src="{{site.url}}/{{site.baseurl}}' + thumbnailUrl + '" alt="' + title + ' Image" />' +
98+
' <img src="' + thumbnailUrl + '" alt="' + title + ' Image" />' +
9999
' </div>' +
100100
' <div>' +
101101
' <div class="avatar">' +

0 commit comments

Comments
 (0)