not published = draft
This commit is contained in:
		@@ -6,7 +6,7 @@ date: 2021-10-30 12:57:46
 | 
				
			|||||||
permalink: alternative-objectivity-and-inherent-subjectivity/
 | 
					permalink: alternative-objectivity-and-inherent-subjectivity/
 | 
				
			||||||
categories: philosophy
 | 
					categories: philosophy
 | 
				
			||||||
author: Mahdi
 | 
					author: Mahdi
 | 
				
			||||||
draft: true
 | 
					published: false
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!--https://postcognitivism.wordpress.com/2021/04/06/the-great-escape-can-we-transcend-our-own-conceptual-frameworks/
 | 
					<!--https://postcognitivism.wordpress.com/2021/04/06/the-great-escape-can-we-transcend-our-own-conceptual-frameworks/
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@ date: 2021-11-06 00:00:00
 | 
				
			|||||||
permalink: first-linux-contribution/
 | 
					permalink: first-linux-contribution/
 | 
				
			||||||
categories: programming
 | 
					categories: programming
 | 
				
			||||||
author: Mahdi
 | 
					author: Mahdi
 | 
				
			||||||
draft: true
 | 
					published: false
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
November 6th:
 | 
					November 6th:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@ layout: default
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  <ul class="post-list">
 | 
					  <ul class="post-list">
 | 
				
			||||||
    {% for post in site.posts %}
 | 
					    {% for post in site.posts %}
 | 
				
			||||||
      {% if post.draft %}
 | 
					      {% if post.published == false %}
 | 
				
			||||||
        {% continue %}
 | 
					        {% continue %}
 | 
				
			||||||
      {% endif %}
 | 
					      {% endif %}
 | 
				
			||||||
      <li class='lang-{% if post.lang %}{{ post.lang }}{% else %}en{% endif %}'>
 | 
					      <li class='lang-{% if post.lang %}{{ post.lang }}{% else %}en{% endif %}'>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user