fix formatting
This commit is contained in:
		
							parent
							
								
									cee2883c08
								
							
						
					
					
						commit
						1c1a569023
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -48,7 +48,10 @@ function TagContent(props: QuartzComponentProps) {
 | 
				
			||||||
                    #{tag}
 | 
					                    #{tag}
 | 
				
			||||||
                  </a>
 | 
					                  </a>
 | 
				
			||||||
                </h2>
 | 
					                </h2>
 | 
				
			||||||
                <p>{pages.length} items with this tag. {pages.length > numPages && `Showing first ${numPages}.`}</p>
 | 
					                <p>
 | 
				
			||||||
 | 
					                  {pages.length} items with this tag.{" "}
 | 
				
			||||||
 | 
					                  {pages.length > numPages && `Showing first ${numPages}.`}
 | 
				
			||||||
 | 
					                </p>
 | 
				
			||||||
                <PageList limit={numPages} {...listProps} />
 | 
					                <PageList limit={numPages} {...listProps} />
 | 
				
			||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue