parent
							
								
									2f99339dcf
								
							
						
					
					
						commit
						ab5efac75f
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -68,9 +68,9 @@ function generateRSSFeed(cfg: GlobalConfiguration, idx: ContentIndex, limit?: nu
 | 
				
			||||||
    <channel>
 | 
					    <channel>
 | 
				
			||||||
      <title>${escapeHTML(cfg.pageTitle)}</title>
 | 
					      <title>${escapeHTML(cfg.pageTitle)}</title>
 | 
				
			||||||
      <link>${root}</link>
 | 
					      <link>${root}</link>
 | 
				
			||||||
      <description>${!!limit ? `Last ${limit} notes` : "Recent notes"} on ${
 | 
					      <description>${!!limit ? `Last ${limit} notes` : "Recent notes"} on ${escapeHTML(
 | 
				
			||||||
        cfg.pageTitle
 | 
					        cfg.pageTitle,
 | 
				
			||||||
      }</description>
 | 
					      )}</description>
 | 
				
			||||||
      <generator>Quartz -- quartz.jzhao.xyz</generator>
 | 
					      <generator>Quartz -- quartz.jzhao.xyz</generator>
 | 
				
			||||||
      ${items}
 | 
					      ${items}
 | 
				
			||||||
    </channel>
 | 
					    </channel>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue