A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

Adding lists to sitemap now.

steve0greatness,
created on Friday, 2 February 2024, 01:20:35 (1706836835), received on Monday, 6 May 2024, 02:55:36 (1714964136)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

60ea5ffd273ea25616ebd0b1b498d68bd09043ef

build.py

@@ -138,6 +138,8 @@ def GetLists():

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        for item in ListDict["list"]:
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                            List["content"] += LIST_PARSER_DICT[item["type"]](item, 0)
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    Lists.append(List)
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                sitemap.append(SITEMAP_HREF + "list/" + slug)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            sitemap.append(SITEMAP_HREF + "list")
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                return Lists
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            def RenderPosts():