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 a6aaa96 commit b7181feCopy full SHA for b7181fe
‎sandbox/page/6.html
@@ -21,6 +21,7 @@ <h1>Blog page 6</h1>
21
</div>
22
23
<div class="container">
24
+ <div class="posts-container">
25
<article class="post">
26
<a class="post-header" href="/blog/triggering-jquery-vanilla-js-events">
27
<h1 class="post-header__title">Triggering jQuery and vanilla JS events</h1>
@@ -68,6 +69,7 @@ <h1 class="post-header__title">Dropping IE8 and 9 support</h1>
68
69
70
71
</article>
72
+</div>
73
74
<nav class="pagination">
75
<a class="pagination__previous" href="/blog/page5">Previous · 5</a>
0 commit comments