chore(post): style the Quick Jump list
This commit is contained in:
parent
0a6280ff2d
commit
46851960d0
|
@ -1,4 +1,8 @@
|
|||
{% 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>
|
||||
{% for title in toc %}
|
||||
<li>
|
||||
|
@ -6,4 +10,6 @@
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue