fix(blog): Add SEO description for the blog page
This commit is contained in:
		
							parent
							
								
									e70d243e45
								
							
						
					
					
						commit
						e002af6f8a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,7 +6,7 @@ const posts = await getCollection('posts');
 | 
				
			||||||
posts.sort((a, b) => new Date(b.data.pubDate).getTime() - new Date(a.data.pubDate).getTime());
 | 
					posts.sort((a, b) => new Date(b.data.pubDate).getTime() - new Date(a.data.pubDate).getTime());
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<Layout title="Blog | Terminal Blog">
 | 
					<Layout title="Blog | Terminal Blog" description="List all files and folders in the directory.">
 | 
				
			||||||
  <h1 class="title">~/blog</h1>
 | 
					  <h1 class="title">~/blog</h1>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  <div class="content">
 | 
					  <div class="content">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue