Re-order menu links
This commit is contained in:
		
							parent
							
								
									3dba89fb37
								
							
						
					
					
						commit
						ca3c224f40
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -84,11 +84,6 @@ export default {
 | 
				
			||||||
          href: '/',
 | 
					          href: '/',
 | 
				
			||||||
          pattern: '^/.$'
 | 
					          pattern: '^/.$'
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
          title: 'Projects',
 | 
					 | 
				
			||||||
          href: '/projects',
 | 
					 | 
				
			||||||
          pattern: '^/projects/?$'
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          title: 'Articles',
 | 
					          title: 'Articles',
 | 
				
			||||||
          href: '/articles',
 | 
					          href: '/articles',
 | 
				
			||||||
| 
						 | 
					@ -104,6 +99,11 @@ export default {
 | 
				
			||||||
          href: '/podcasts',
 | 
					          href: '/podcasts',
 | 
				
			||||||
          pattern: '^/podcasts/?'
 | 
					          pattern: '^/podcasts/?'
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          title: 'Projects',
 | 
				
			||||||
 | 
					          href: '/projects',
 | 
				
			||||||
 | 
					          pattern: '^/projects/?$'
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          title: 'Book',
 | 
					          title: 'Book',
 | 
				
			||||||
          href: '/test-driven-drupal',
 | 
					          href: '/test-driven-drupal',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue