mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	Update blog post metadata and styles
This commit is contained in:
		
							
								
								
									
										2
									
								
								.env
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								.env
									
									
									
									
									
								
							@@ -1,2 +1,2 @@
 | 
				
			|||||||
DEFAULT_TITLE=Valentin Popov’s Technology Blog
 | 
					DEFAULT_TITLE=Valentin Popov’s Blog
 | 
				
			||||||
DEFAULT_DESCRIPTION=Tech insights and coding best practices from an OpenSource enthusiast and ethical hacker.
 | 
					DEFAULT_DESCRIPTION=Tech insights and coding best practices from an OpenSource enthusiast and ethical hacker.
 | 
				
			||||||
@@ -50,7 +50,7 @@ const { pathname } = Astro.url;
 | 
				
			|||||||
				pathname !== "/" ? (
 | 
									pathname !== "/" ? (
 | 
				
			||||||
					<>
 | 
										<>
 | 
				
			||||||
						<Icon name="hugeicons:arrow-left-01" />
 | 
											<Icon name="hugeicons:arrow-left-01" />
 | 
				
			||||||
						<span>{import.meta.env.DEFAULT_TITLE}</span>
 | 
											<span>Home</span>
 | 
				
			||||||
					</>
 | 
										</>
 | 
				
			||||||
				) : (
 | 
									) : (
 | 
				
			||||||
					<>
 | 
										<>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user