File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ export const footerItems = {
22 parcels : [
33 { label : 'Blog' , href : '/blog' } ,
44 { label : 'Utrecht Team' , href : '/team' } ,
5- {
6- label : 'Papers citing Parcels' ,
7- href : '/papers-citing-parcels' ,
8- } ,
95 {
106 label : 'How to cite Parcels' ,
117 href : '/papers-citing-parcels#how-to-cite-parcels' ,
128 } ,
9+ {
10+ label : 'Papers citing Parcels' ,
11+ href : '/papers-citing-parcels' ,
12+ } ,
1313 {
1414 label : 'Brand Assets' ,
1515 href : 'https://github.com/OceanParcels/oceanparcels_website/tree/main/public/parcels-assets' ,
Original file line number Diff line number Diff line change @@ -112,6 +112,17 @@ const PapersCitingParcels = () => {
112112 >
113113 < Box as = 'section' py = { 20 } >
114114 < Container maxW = 'container.lg' >
115+ < Heading
116+ as = 'h1'
117+ size = '2xl'
118+ textAlign = { 'center' }
119+ id = 'how-to-cite-parcels'
120+ >
121+ How to cite Parcels
122+ </ Heading >
123+
124+ < HowToCite />
125+
115126 < Heading as = 'h1' size = '2xl' textAlign = { 'center' } >
116127 Papers Citing Parcels
117128 </ Heading >
@@ -134,17 +145,6 @@ const PapersCitingParcels = () => {
134145 />
135146 ) ) }
136147 </ Accordion >
137-
138- < Heading
139- as = 'h1'
140- size = '2xl'
141- textAlign = { 'center' }
142- id = 'how-to-cite-parcels'
143- >
144- How to cite Parcels
145- </ Heading >
146-
147- < HowToCite />
148148 </ Container >
149149 </ Box >
150150 </ Layout >
You can’t perform that action at this time.
0 commit comments