Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 243 Bytes

File metadata and controls

14 lines (12 loc) · 243 Bytes
layout default
author_profile true
title Python Posts
permalink /python-posts/

Python Posts

{% for post in site.posts %} {% if post.categories contains "python" %}

  • [{{ post.title }}]({{ post.url }}) {% endif %} {% endfor %}