mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
10 lines
280 B
HTML
10 lines
280 B
HTML
{{ $styles := resources.Get "css/partials/table-of-contents.css" | toCSS | minify }}
|
|
|
|
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
|
|
|
|
{{ with .TableOfContents }}
|
|
<aside id="table-of-contents">
|
|
<h3>Table of contents</h3>
|
|
{{ . }}
|
|
</aside>
|
|
{{ end }} |