fix: resolve conflict

This commit is contained in:
Cory Dransfeldt 2023-11-16 12:28:57 -08:00
parent 7fa65a26da
commit 6a85167ade
9 changed files with 36 additions and 47 deletions

View file

@ -58,8 +58,8 @@
<script type="application/ld+json">
{% jsonLd meta, type, tags %}
</script>
<script async data-id="101424044" src="/4afe62271e477e.js"></script>
<noscript><img width="1" height="1" src="/404ca498061b54" style="display:none" /></noscript>
<script defer data-domain="coryd.dev" src="/js/script.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
<noscript>
<style>
.client-side {

View file

@ -5,7 +5,7 @@
Popular posts
</h2>
<ul class="list-inside list-disc pl-5 md:pl-10">
{% for post in posts limit: 5 %}
{% for post in posts %}
<li class="mt-1.5 mb-2">
<a href="{{post.url}}" title="{{ post.data.title | escape}}">
{{ post.data.title }}
@ -13,4 +13,4 @@
</li>
{% endfor %}
</ul>
</div>
</div>