github.io/layouts/partials/toc.html
Sivert V. Sæther cbbe8dfbb6 Content update and a few changes
Big Makefile update
Small summary and table of contents update
Also some content, apprentice and matrix(.org)
2022-05-02 15:11:40 +00:00

14 lines
373 B
HTML

<aside id='meta'>
<header>
<h4>{{ or (.Param "tit") .Title }}</h4>
<p>
{{ i18n "readingTime" .ReadingTime }}.
{{ i18n "wordCount" .WordCount }}.
</p>
{{ with .Param "git" }}
<p>Check out the git repo; <a href='{{ .url }}'>{{ .name }}</a>!</p>
{{ end }}
</header>
{{ .TableOfContents }}
{{ partial "i18n/list.html" . }}
</aside>