projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b16ed93
)
assume value of toctitle page attribute is already escaped
author
Dan Allen
<dan@opendevise.com>
Mon, 13 Dec 2021 07:25:16 +0000
(
00:25
-0700)
committer
Dan Allen
<dan@opendevise.com>
Mon, 13 Dec 2021 07:25:16 +0000
(
00:25
-0700)
src/partials/toc.hbs
patch
|
blob
|
history
diff --git
a/src/partials/toc.hbs
b/src/partials/toc.hbs
index
2b29190
..
163bad7
100644
(file)
--- a/
src/partials/toc.hbs
+++ b/
src/partials/toc.hbs
@@
-1,3
+1,3
@@
-<aside class="toc sidebar" data-title="{{
or page.attributes.toctitle 'Contents'
}}" data-levels="{{{or page.attributes.toclevels 2}}}">
+<aside class="toc sidebar" data-title="{{
{or page.attributes.toctitle 'Contents'}
}}" data-levels="{{{or page.attributes.toclevels 2}}}">
<div class="toc-menu"></div>
</aside>