Skip to content

Instantly share code, notes, and snippets.

View jarekswierek's full-sized avatar

Jarosław Świerek jarekswierek

  • Poland
View GitHub Profile
@jarekswierek
jarekswierek / category_detail.html
Created November 13, 2018 18:25
blog fixes from jaro :P yolo!!
{% extends "blog/base.html" %}
{% block content %}
{{category.name}}
{% for post in posts %}
<article class="media content-section">
<img class="rounded-circle article-img" src="{{ post.author.profile.image.url }}">
<div class="media-body">
<div class="article-metadata">