site: Fix procedure name in doc string.
* haunt/site.scm (site): Change "POST-SLUG" to "MAKE-SLUG" in doc string.
This commit is contained in:
		
				
					committed by
					
						
						David Thompson
					
				
			
			
				
	
			
			
			
						parent
						
							615361a220
						
					
				
				
					commit
					ed271eb079
				
			@@ -73,7 +73,7 @@ POSTS-DIRECTORY: The directory where posts are found
 | 
				
			|||||||
BUILD-DIRECTORY: The directory that generated pages are stored in
 | 
					BUILD-DIRECTORY: The directory that generated pages are stored in
 | 
				
			||||||
DEFAULT-METADATA: An alist of arbitrary default metadata for posts
 | 
					DEFAULT-METADATA: An alist of arbitrary default metadata for posts
 | 
				
			||||||
whose keys are symbols
 | 
					whose keys are symbols
 | 
				
			||||||
POST-SLUG: A procedure generating a file name slug from a post
 | 
					MAKE-SLUG: A procedure generating a file name slug from a post
 | 
				
			||||||
READERS: A list of reader objects for processing posts
 | 
					READERS: A list of reader objects for processing posts
 | 
				
			||||||
BUILDERS: A list of procedures for building pages from posts"
 | 
					BUILDERS: A list of procedures for building pages from posts"
 | 
				
			||||||
  (make-site title domain posts-directory build-directory
 | 
					  (make-site title domain posts-directory build-directory
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user