Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 596 Bytes

File metadata and controls

24 lines (23 loc) · 596 Bytes
layout post
title Blog
description Minh Dang (aka minhhoccode111) - Software Developer - Blogs
permalink /blog/
banner /static/media/images/pepe-flower.webp
lang en
    {% assign posts = site['blog'] | sort: 'date' | reverse %} {% for post in posts %} {% if post.phony != true %}
  • {{ post.date | date: '%d/%m/%y' }}: {% if post.ready %} {{ post.title }} {% else %} {{ post.title }} [comming soon] {% endif %}
  • {% endif %} {% endfor %}