Joseph Hale's Technical Blog
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(post): restore margin at the bottom of TOC

Cotes Chung (Sep 29, 2023, 5:36 AM +0800) f49155f0 109725d2

+2 -2
+1 -1
_includes/toc.html
··· 6 6 {% endif %} 7 7 8 8 {% if enable_toc %} 9 - <section id="toc-wrapper" class="ps-0 pe-4 mb-5"> 9 + <section id="toc-wrapper" class="ps-0 pe-4"> 10 10 <h2 class="panel-heading ps-3 pt-2 mb-2">{{- site.data.locales[include.lang].panel.toc -}}</h2> 11 11 <nav id="toc"></nav> 12 12 </section>
+1 -1
_layouts/default.html
··· 38 38 </main> 39 39 40 40 <!-- panel --> 41 - <aside aria-label="Panel" id="panel-wrapper" class="col-xl-3 ps-2 text-muted"> 41 + <aside aria-label="Panel" id="panel-wrapper" class="col-xl-3 ps-2 mb-5 text-muted"> 42 42 <div class="access"> 43 43 {% include_cached update-list.html lang=lang %} 44 44 {% include_cached trending-tags.html lang=lang %}