Welcome to mirror list, hosted at ThFree Co, Russian Federation.

body-article-sidepage.html « partials « layouts - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e49376d3d3215c02f5e57bb222bc6407ad8bdc46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{- partial "_mdinclude.html" (dict "name" "_article-sidepage-before" "context" .) -}}
<div class="actions">
</div>
<div class="TableOfContents">
    <label>{{T "table-of-contents"}}</label>
    <nav>
        <ul >
            <li><a href="{{ .RelPermalink }}">{{.Title}}</a></li>
        </ul>
    </nav>
    {{ .TableOfContents }}
</div>
{{- partial "_mdinclude.html" (dict "name" "_article-sidepage-after" "context" .) -}}