Improved responsiveness with a better JS algorithm to determine height
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
{{!-- This is the post loop - each post will be output using this markup --}}
|
||||
{{#foreach posts}}
|
||||
<article class="{{post_class}}">
|
||||
<pre>{{image}}</pre>
|
||||
<header class="post-header">
|
||||
<h2 class="post-title"><a href="{{url}}">{{title}}</a></h2>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user