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 Django Posts
permalink /django-posts/

Django Posts

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

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