Skip to content

Commit 7c52edd

Browse files
committed
Fixed bug causing thumbnails to be loaded twice
1 parent 8e78633 commit 7c52edd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

partials/loop.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
var mq = window.matchMedia( "(min-width: 500px)" );
1818
if (mq.matches){
1919
var thumbnailContainer = document.getElementById('{{url}}-post-thumbnail')
20-
thumbnailContainer.innerHTML = "<img src='{{image}}' alt='{{title}}' />";
2120
2221
if (!String.prototype.contains) {
2322
String.prototype.contains = function(s) {

0 commit comments

Comments
 (0)