mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	Added author and datetime
This commit is contained in:
		@@ -27,8 +27,8 @@ const { Content, remarkPluginFrontmatter } = await post.render();
 | 
			
		||||
		<p>
 | 
			
		||||
			<small>
 | 
			
		||||
				Posted
 | 
			
		||||
				<time datetime="#">#</time>
 | 
			
		||||
				 by Valentin Popov ‐
 | 
			
		||||
				<time datetime={post.data.pubDate.toISOString()}>{post.data.pubDate.toDateString()}</time>
 | 
			
		||||
				 by {post.data.author} ‐
 | 
			
		||||
				<strong>{remarkPluginFrontmatter.minutesRead}</strong>
 | 
			
		||||
			</small>
 | 
			
		||||
		</p>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user