summaryrefslogtreecommitdiff
path: root/_pages
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-07-04 12:30:13 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-07-04 12:30:13 +0200
commitf8555ce79642f82ef3a2f7dda1fc4ee017a034e0 (patch)
tree24b323ff63f438e50a5083190f8a21fd46ec9853 /_pages
parentb4ae74946dd1f845ea0767cd9bcf3d7a81984e1b (diff)
Alter the templates to render slightly better HTML
Diffstat (limited to '_pages')
-rw-r--r--_pages/index.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/_pages/index.html b/_pages/index.html
index 1593b23..12c368b 100644
--- a/_pages/index.html
+++ b/_pages/index.html
@@ -9,12 +9,7 @@ description: >
software related.
---
-{% for post in site.posts %}
- {% if post.wip %} {% continue %} {% endif %}
- {% assign blogpost = post %}
- {% break %}
-{% endfor %}
-
+{% for post in site.posts %}{% if post.wip %}{% continue %}{% endif %}{% assign blogpost = post %}{% break %}{% endfor %}
{% markdown %}
## About me