Remove "Comments" h2 (maybe reinsert later in a if block)
This commit is contained in:
		
							parent
							
								
									206e0b3236
								
							
						
					
					
						commit
						3c7ff54f17
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,7 +6,6 @@
 | 
				
			||||||
		<div class="well small">{% include "metadata.html" %}</div>
 | 
							<div class="well small">{% include "metadata.html" %}</div>
 | 
				
			||||||
		<div>{{ article.content }}</div>
 | 
							<div>{{ article.content }}</div>
 | 
				
			||||||
		<div>
 | 
							<div>
 | 
				
			||||||
			<h2>Comments</h2>
 | 
					 | 
				
			||||||
		 	{% include "twitter.html" %}
 | 
							 	{% include "twitter.html" %}
 | 
				
			||||||
			{% if DISQUS_SITENAME %}<div id="disqus_thread"></div>{% endif %}
 | 
								{% if DISQUS_SITENAME %}<div id="disqus_thread"></div>{% endif %}
 | 
				
			||||||
			{% if FACEBOOK_APPID %}<div class="fb-comments" data-href="{{ FQ_SITEURL }}/{{ article.url }}" data-num-posts="10" data-width="760"></div>{% endif %}
 | 
								{% if FACEBOOK_APPID %}<div class="fb-comments" data-href="{{ FQ_SITEURL }}/{{ article.url }}" data-num-posts="10" data-width="760"></div>{% endif %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue