template error logging, css, better rendering
This commit is contained in:
parent
2e7a81d7c7
commit
0a85a81950
9 changed files with 51 additions and 39 deletions
|
@ -1,5 +1,5 @@
|
|||
{% macro article(id, title, body, publish_date) %}
|
||||
<article>
|
||||
<article class="blog-article">
|
||||
<div class="post-content">
|
||||
<a href="/id/{{ id }}" class="post-link">
|
||||
<h2 class="post-title">{{ title }}</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue