blog.trnck.dev

Bump max articles to 9

+3 -1
+3 -1
_includes/thoughts.html
··· 1 + <h2>This website is now just posing as my blog. My website now sits at <a href="https://trnck.dev">trnck.dev</a></h2> 2 + <br> 1 3 <h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>Blog</h2> 2 4 <p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">Some articles I have written</p> 3 5 <div class="d-sm-flex flex-wrap gutter-condensed mb-4"> 4 - {% for post in site.posts limit: 3 %} 6 + {% for post in site.posts limit: 9 %} 5 7 <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 6 8 {% include post-card.html %} 7 9 </div>