Minor but annoy bug
This commit is contained in:
		
							
								
								
									
										6
									
								
								qsgen2
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								qsgen2
									
									
									
									
									
								
							@@ -359,10 +359,12 @@ function _pages() {
 | 
				
			|||||||
        if [[ $( grep \#link ${pages_tpl} > /dev/null ) ]]; then
 | 
					        if [[ $( grep \#link ${pages_tpl} > /dev/null ) ]]; then
 | 
				
			||||||
            echo "If #link is present, run _link: pages_tpl"
 | 
					            echo "If #link is present, run _link: pages_tpl"
 | 
				
			||||||
            page_content=$( _link "${pages_tpl}" )
 | 
					            page_content=$( _link "${pages_tpl}" )
 | 
				
			||||||
        elif [[ $( grep \#showimg ${pages_tpl} > /dev/null ) ]]; then
 | 
					        fi
 | 
				
			||||||
 | 
					        if [[ $( grep \#showimg ${pages_tpl} > /dev/null ) ]]; then
 | 
				
			||||||
            echo "If #showimg is present, run _image: pages_tpl"
 | 
					            echo "If #showimg is present, run _image: pages_tpl"
 | 
				
			||||||
            page_content=$( _image "${pages_tpl}" )
 | 
					            page_content=$( _image "${pages_tpl}" )
 | 
				
			||||||
        elif [[ $( grep \#ytvideo ${pages_tpl} > /dev/null ) ]]; then
 | 
					        fi
 | 
				
			||||||
 | 
					        if [[ $( grep \#ytvideo ${pages_tpl} > /dev/null ) ]]; then
 | 
				
			||||||
            echo "If #ytvideo is present, run _youtube: pages_tpl"
 | 
					            echo "If #ytvideo is present, run _youtube: pages_tpl"
 | 
				
			||||||
            page_content=$( _youtube "${pages_tpl}" )
 | 
					            page_content=$( _youtube "${pages_tpl}" )
 | 
				
			||||||
        fi
 | 
					        fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user