diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-28 19:50:38 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-28 19:50:38 -0700 |
commit | 5483be5a93faac53c2319696e1d024fd049b8a09 (patch) | |
tree | e1ad0e84de062d9cebc2ffd43127dd11b553ffb4 /users/fcuny/notes/layouts/_default/single.html | |
parent | note: update list of chipset for alder lake (diff) | |
download | world-5483be5a93faac53c2319696e1d024fd049b8a09.tar.gz |
convert blog to notes
Separating the two sites so I can customize them differently.
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/layouts/_default/single.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/users/fcuny/notes/layouts/_default/single.html b/users/fcuny/notes/layouts/_default/single.html index 7a85a05..7f594ad 100644 --- a/users/fcuny/notes/layouts/_default/single.html +++ b/users/fcuny/notes/layouts/_default/single.html @@ -31,24 +31,10 @@ {{ end }} </div> -{{ if .Params.toc }} -<div id="toc_small"> - <summary>Table of contents</summary> - {{ .TableOfContents }} -</div> -{{ end }} - <article> {{ .Content }} </article> </div> -{{ if .Params.toc }} -<div id="toc"> - <strong>Table of contents</strong> - {{ .TableOfContents }} -</div> -{{ end }} - {{ end }} |