ic: remove works bc on tzo page

This commit is contained in:
E. S. 2025-05-16 14:25:14 +03:00
parent 7912ed28de
commit 35b7a329f2
3 changed files with 3 additions and 7 deletions

View File

@ -1,5 +1,5 @@
.tzo-toc {
padding-top: 10px;
//padding-top: 10px;
li {
margin: 9px 0;

View File

@ -1,9 +1,6 @@
{{ bc([
{url: '/works/', text: "books"|lang},
{text: "tzo_full_title"|lang}
]) }}
<div class="blog-post-text tzo-toc">
<h2>{{ "tzo_full_title"|lang }}</h2>
{% set chapter_number = 1 %}
{% for part in tzo.getParts() %}
<h3>

View File

@ -1,6 +1,5 @@
<div class="page">
{{ bc([
{url: '/works/', text: "books"|lang},
{url: '/tbc/', text: "tzo"|lang},
{text: title}
]) }}