diff --git a/main/_includes/post.html b/main/_includes/post.html index 2bbc481..9fccdd1 100644 --- a/main/_includes/post.html +++ b/main/_includes/post.html @@ -1,8 +1,7 @@ -
+
- {{ include.post.tags | join: ", " }} -

{{ include.post.title }}

-
{{ include.post.description }}
- {{ include.post.date | date_to_string }} + {{ include.post.tags | join: ", " }}
{{ include.post.date | date_to_string }}
+

{{ include.post.title }}

+
{{ include.post.description }}
diff --git a/main/_includes/projects.html b/main/_includes/projects.html index 56ab257..eb58ae5 100644 --- a/main/_includes/projects.html +++ b/main/_includes/projects.html @@ -6,21 +6,22 @@

{% for item in site.data.projects %} -
-
- -

{{ item.name }}

-

{{ item.desc }}

+
+
+ - {% if item.status %} - {{ item.status }} - {% endif %} + {% if item.status %} + {{ item.status }} + {% endif %} - {%- for link in item.links -%} - {{ link.name }} - {%- endfor -%} +

{{ item.name }}

+

{{ item.desc }}

+ + {%- for link in item.links -%} + {{ link.name }} + {%- endfor -%} +
-
{% endfor %}