File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export default ({ pageContext }: any) => {
140
140
</ a >
141
141
</ div >
142
142
< div className = "column" >
143
- < a href = "#tools" >
143
+ < a href = "#generic- tools" >
144
144
< h3 > Tools</ h3 >
145
145
</ a >
146
146
</ div >
@@ -165,11 +165,16 @@ export default ({ pageContext }: any) => {
165
165
</ div >
166
166
167
167
{ buildLanguagesMenu ( pageContext ) }
168
-
169
168
{ buildLanguagesContent ( pageContext ) }
169
+ < h2 >
170
+ < a className = "anchor" id = "generic-tools" name = "generic-tools" > </ a >
171
+ Tools
172
+ < a className = "hash-link" href = "#generic-tools" >
173
+ #
174
+ </ a >
175
+ </ h2 >
170
176
< Marked pageContext = { pageContext } >
171
177
{ `
172
- ## Tools
173
178
${ buildLibraryListMarkdown ( pageContext . codeData . Tools ) }
174
179
` }
175
180
</ Marked >
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ const Blog = ({ data, pageContext }: Props) => {
39
39
rawMarkdownBody = { rawMarkdownBody }
40
40
nextDoc = { nextDoc }
41
41
sideBarData = { pageContext . sideBarData }
42
+ pageContext = { pageContext }
42
43
/>
43
44
</ Layout >
44
45
)
You can’t perform that action at this time.
0 commit comments