chore(post): style the Quick Jump list
This commit is contained in:
parent
0a6280ff2d
commit
46851960d0
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue