Working on _blog_idx_for_index
This commit is contained in:
		
							
								
								
									
										2
									
								
								qsgen2
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								qsgen2
									
									
									
									
									
								
							@@ -495,7 +495,7 @@ function _blogs() {
 | 
				
			|||||||
                    if ${debug}; then echo "_blogs: Adding data for ${blog} to array"; fi
 | 
					                    if ${debug}; then echo "_blogs: Adding data for ${blog} to array"; fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    # Concatenate all metadata into a single string for the current blog
 | 
					                    # Concatenate all metadata into a single string for the current blog
 | 
				
			||||||
                    local metadata_str="SDATE: ${sdate[*]}||BTITLE: ${btitle}||INGRESS: ${ingress}||URL: ${www_root}${blog_url}"
 | 
					                    local metadata_str="SDATE: ${sdate[@]}||BTITLE: ${btitle}||INGRESS: ${ingress}||URL: ${blog_url}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    # Append this metadata string to the array
 | 
					                    # Append this metadata string to the array
 | 
				
			||||||
                    BLOG_META_STR_ARRAY+=("${metadata_str}")
 | 
					                    BLOG_META_STR_ARRAY+=("${metadata_str}")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user