We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950e725 commit 514625aCopy full SHA for 514625a
_layouts/default.html
@@ -117,6 +117,7 @@
117
$('.blogpost').addClass('fa fa-file-text').attr('title', 'Blog Post');
118
$('#content ul').addClass('collection');
119
$('#content ul li').addClass('collection-item');
120
+ $('#content img').addClass('responsive-img');
121
});
122
</script>
123
{% if site.google_analytics_id != "" %}
0 commit comments