13 lines
		
	
	
		
			221 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			221 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
favicon: /favicons/rss.svg
 | 
						|
items:
 | 
						|
  - name: New items in feed
 | 
						|
    desc: Triggers on new RSS feed item.
 | 
						|
---
 | 
						|
 | 
						|
<script setup>
 | 
						|
  import CustomListing from '../../components/CustomListing.vue'
 | 
						|
</script>
 | 
						|
 | 
						|
<CustomListing />
 |