This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
spdocker/themes/spd/layout/_widget/toc.ejs

6 lines
152 B
Plaintext
Raw Normal View History

<!-- Short About -->
<section class="visible-md visible-lg">
<h5>Table of Contents</h5>
<%- toc(page.content,{list_number:false}) %>
</section>