File tree 3 files changed +8
-2
lines changed
themes/vocabulary_theme/templates
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ title: Community Team: Engagement Channels
6
6
---
7
7
description: This page serves as a guide for Community Team members on how to engage with CC Open Source across various channels.
8
8
---
9
+ is_long_page: true
10
+ ---
9
11
body:
10
12
11
13
You've joined the CC Community Team. Congratulations! This is a very clear
@@ -201,7 +203,7 @@ Commons handle](https://twitter.com/creativecommons).
201
203
You can see all the upcoming tweets from CC and suggest any possible
202
204
improvements to the text or the material.
203
205
204
- ## Suggest access
206
+ ### Suggest access
205
207
206
208
You can suggest new topics for the tweets as well and bring attention to any
207
209
interesting thing you might know or have recently discovered.
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ type = string
10
10
label = Title
11
11
type = markdown
12
12
13
+ [fields.is_long_page]
14
+ label = Is long page?
15
+ type = boolean
16
+
13
17
[fields.body]
14
18
label = Body
15
19
type = markdown
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ <h4 class="b-header">On this page</h4>
100
100
{% for item in this.body.toc %}
101
101
< li >
102
102
< a class ="link " href ="#{{ item.anchor }} "> {{ item.title }}</ a >
103
- {% if item.children %}
103
+ {% if item.children and not this.is_long_page %}
104
104
< ul >
105
105
{% for subitem in item.children %}
106
106
< li > < a class ="link " href ="#{{ subitem.anchor }} "> < i class ="icon circle-filled "> </ i > {{ subitem.title }}</ a > </ li >
You can’t perform that action at this time.
0 commit comments