parent
							
								
									c3b327dbe7
								
							
						
					
					
						commit
						8f9f804b58
					
				|  | @ -6,13 +6,7 @@ | |||
|   </h2> | ||||
|   <span class="post-category"> | ||||
|     <span class="label"> | ||||
|       {% for category in post.categories %} | ||||
|         {% if forloop.last  %} | ||||
|           {{ category }} | ||||
|         {% else %} | ||||
|           {{ category | append: ', '}} | ||||
|         {% endif %} | ||||
|       {% endfor %} | ||||
|       {{ post.categories | array_to_sentence_string }} | ||||
|     </span> | ||||
|   </span> | ||||
|   <div class="post-meta"> | ||||
|  |  | |||
|  | @ -9,13 +9,7 @@ layout: news | |||
|   </h2> | ||||
|   <span class="post-category"> | ||||
|     <span class="label"> | ||||
|       {% for category in page.categories %} | ||||
|         {% if forloop.last  %} | ||||
|           {{ category }} | ||||
|         {% else %} | ||||
|           {{ category | append: ', '}} | ||||
|         {% endif %} | ||||
|       {% endfor %} | ||||
|       {{ page.categories | array_to_sentence_string }} | ||||
|     </span> | ||||
|   </span> | ||||
|   <div class="post-meta"> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue