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