not published = draft
This commit is contained in:
parent
b173dc9044
commit
060c2151a6
@ -6,7 +6,7 @@ date: 2021-10-30 12:57:46
|
||||
permalink: alternative-objectivity-and-inherent-subjectivity/
|
||||
categories: philosophy
|
||||
author: Mahdi
|
||||
draft: true
|
||||
published: false
|
||||
---
|
||||
|
||||
<!--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/
|
||||
categories: programming
|
||||
author: Mahdi
|
||||
draft: true
|
||||
published: false
|
||||
---
|
||||
|
||||
November 6th:
|
||||
|
@ -6,7 +6,7 @@ layout: default
|
||||
|
||||
<ul class="post-list">
|
||||
{% for post in site.posts %}
|
||||
{% if post.draft %}
|
||||
{% if post.published == false %}
|
||||
{% continue %}
|
||||
{% endif %}
|
||||
<li class='lang-{% if post.lang %}{{ post.lang }}{% else %}en{% endif %}'>
|
||||
|
Loading…
Reference in New Issue
Block a user