diff options
author | Julien Dessaux | 2021-03-31 17:29:07 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-03-31 18:13:31 +0200 |
commit | 11909b6f8631a66cfde4dcae722f816742f19fc9 (patch) | |
tree | 2c449f3f76907495f445d57ae45d7d5a9cb32481 /layouts | |
parent | Update 'content/books/misc/the-field-guide-to-understanding-human-error.md' (diff) | |
download | www-11909b6f8631a66cfde4dcae722f816742f19fc9.tar.gz www-11909b6f8631a66cfde4dcae722f816742f19fc9.tar.bz2 www-11909b6f8631a66cfde4dcae722f816742f19fc9.zip |
Updated personal presentation
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/docs/list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/docs/list.html b/layouts/docs/list.html index b6087f8..eb8728c 100644 --- a/layouts/docs/list.html +++ b/layouts/docs/list.html @@ -2,6 +2,8 @@ {{ partial "breadcrumbs.html" . }} +{{ partial "toc.html" . }} + {{ with .Content }} {{ . }} {{ end }} |