fix: ensure recentnotes uses proper date
This commit is contained in:
		
							parent
							
								
									6cd0612d40
								
							
						
					
					
						commit
						fc4b8f3d3f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -48,7 +48,7 @@ export default ((userOpts?: Partial<Options>) => {
 | 
			
		|||
                  </div>
 | 
			
		||||
                  {page.dates && (
 | 
			
		||||
                    <p class="meta">
 | 
			
		||||
                      <Date date={getDate(cfg, fileData)!} />
 | 
			
		||||
                      <Date date={getDate(cfg, page)!} />
 | 
			
		||||
                    </p>
 | 
			
		||||
                  )}
 | 
			
		||||
                  <ul class="tags">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue