mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
754 B
754 B
title, layout, permalink, excerpt, mathjax, img
title | layout | permalink | excerpt | mathjax | img | ||||
---|---|---|---|---|---|---|---|---|---|
Blog | default | /blog/ | I'm Tom Hodson. Welcome to my little home on the web! There's a blog, a cv and some projects to look at. | false |
|
Blog
Date Posted{% assign draft_posts = site.posts | where: "draft", "true" %} {% assign published_posts = site.posts | where: "draft", "false" %}
{% if jekyll.environment == 'development' %} {% for post in draft_posts %} {% include post_summary.html %} {% endfor %} {% endif %}
{% for post in published_posts %} {% include post_summary.html %} {% endfor %}