_blogs: Placement, dude. Placement.
This commit is contained in:
		
							
								
								
									
										15
									
								
								qsgen2
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								qsgen2
									
									
									
									
									
								
							@@ -464,18 +464,19 @@ function _pages() {
 | 
				
			|||||||
function _blogs() {
 | 
					function _blogs() {
 | 
				
			||||||
    # This function either generates blog files or exports metadata based on the argument
 | 
					    # This function either generates blog files or exports metadata based on the argument
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if [[ ${no_blogs_found} == "true" ]]; then
 | 
					 | 
				
			||||||
      _msg std "You do not have any blogs."
 | 
					 | 
				
			||||||
      continue
 | 
					 | 
				
			||||||
    fi
 | 
					 | 
				
			||||||
    
 | 
					 | 
				
			||||||
    _msg other "Generating Blogs"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    local debug=false
 | 
					    local debug=false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Running function _list_blogs
 | 
					    # Running function _list_blogs
 | 
				
			||||||
    if (${debug}) _msg debug "_blogs: Running function _list_blogs"
 | 
					    if (${debug}) _msg debug "_blogs: Running function _list_blogs"
 | 
				
			||||||
    _list_blogs
 | 
					    _list_blogs
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    if [[ ${no_blogs_found} == "true" ]]; then
 | 
				
			||||||
 | 
					      _msg std "* You do not have any blogs *"
 | 
				
			||||||
 | 
					      return
 | 
				
			||||||
 | 
					    fi
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    _msg other "Generating Blogs"
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    # Running function _blog_cache
 | 
					    # Running function _blog_cache
 | 
				
			||||||
    if (${debug}) _msg debug "_blogs: Running function _blog_cache"
 | 
					    if (${debug}) _msg debug "_blogs: Running function _blog_cache"
 | 
				
			||||||
    _blog_cache
 | 
					    _blog_cache
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user