heartwood every commit a ring

Use now if no first_published_at

bc730272 by Isaac Bythewood · 3 years ago

modified pages/templates/pages/blog_post_page.html
@@ -76,7 +76,11 @@      </div>      <div class="d-flex align-items-center justify-content-end text-muted">        <div class="vr me-3 my-1"></div>        {% if self.first_published_at %}        {{ self.first_published_at|date:"F d, Y" }}        {% else %}        {% now "F d, Y" %}        {% endif %}      </div>    </div>  </div>