Skip to content

Commit

Permalink
fix: JBake attribute name to show toc
Browse files Browse the repository at this point in the history
  • Loading branch information
lealceldeiro committed Feb 9, 2024
1 parent 9a91c14 commit ab94114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/booknote.thyme
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" lang="en">
<head th:replace="header.thyme::head(null, null)"></head>
<body th:class="${content.toc} != null ? ('toc2 toc-' + ${content.toc}) : ''">
<body th:class="${content.table_of_content} != null ? ('toc2 toc-left') : ''">
<div id="wrap" class="content-justify">
<div th:replace="menu.thyme::menu"></div>
<div class="container">
Expand Down

0 comments on commit ab94114

Please sign in to comment.