diff options
author | Admin <admin@marx.cafe> | 2022-12-12 15:36:20 -0500 |
---|---|---|
committer | Admin <admin@marx.cafe> | 2022-12-12 15:36:20 -0500 |
commit | 0595b9699d268d8b487a48b87586e06b7b403533 (patch) | |
tree | dd23db90d4e76cb6e3b9900d2225c671953183c5 /content | |
parent | 6be9f6d219334ba2dd83df57eeb27c11cfa5cdee (diff) |
Disable TOC on pages that don't need it
Diffstat (limited to 'content')
-rw-r--r-- | content/_index.md | 1 | ||||
-rw-r--r-- | content/contributing.md | 1 | ||||
-rw-r--r-- | content/marx/on-authority/_index.md | 1 | ||||
-rw-r--r-- | content/marx/preface-to-a-contribution-to-the-critique-of-political-economy/_index.md | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md index e9b076f..f752c3f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,6 +3,7 @@ title: "Welcome to Marx Cafe" date: draft: false description: This site contains a growing collection of important Marxist texts, formatted to be easy to read on both desktop and mobile. +bookTOC: false author: written: diff --git a/content/contributing.md b/content/contributing.md index 193c54d..d1b009c 100644 --- a/content/contributing.md +++ b/content/contributing.md @@ -3,6 +3,7 @@ title: "Contributing" date: draft: false weight: 99 +bookTOC: false author: written: diff --git a/content/marx/on-authority/_index.md b/content/marx/on-authority/_index.md index f44a0a4..63567c1 100644 --- a/content/marx/on-authority/_index.md +++ b/content/marx/on-authority/_index.md @@ -2,6 +2,7 @@ title: "On Authority" date: 1872 draft: false +bookTOC: false author: Frederick Engels written: 1872 diff --git a/content/marx/preface-to-a-contribution-to-the-critique-of-political-economy/_index.md b/content/marx/preface-to-a-contribution-to-the-critique-of-political-economy/_index.md index e756e07..6573c7c 100644 --- a/content/marx/preface-to-a-contribution-to-the-critique-of-political-economy/_index.md +++ b/content/marx/preface-to-a-contribution-to-the-critique-of-political-economy/_index.md @@ -2,6 +2,7 @@ title: "Preface to A Contribution to the Critique of Political Economy" date: 1844 draft: false +bookTOC: false author: Karl Marx written: December 1843-January 1844 |