chore(post): style the Quick Jump list

This commit is contained in:
Oliver Davies 2022-07-20 18:00:00 +01:00
parent 0a6280ff2d
commit 46851960d0

View file

@ -1,4 +1,8 @@
{% if toc %} {% if toc %}
<div class="p-6 my-6 border border-gray-300 dark:bg-gray-800 dark:border-gray-700">
<p>Quick jump:</p>
<div class="mt-2">
<ul> <ul>
{% for title in toc %} {% for title in toc %}
<li> <li>
@ -6,4 +10,6 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
</div>
</div>
{% endif %} {% endif %}