diff options
| author | user <user@node5.net> | 2024-03-17 15:17:28 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-17 15:17:28 +0100 |
| commit | 08ca58652252970eb83035592a5b49eea16ed14b (patch) | |
| tree | 5d5845e19c236fa3a34abaaed4e0bbebf75a9524 | |
| parent | ee18b8638749f293439b6b895dc786cd767b35eb (diff) | |
refactor - template
| -rw-r--r-- | blog.node5.net/templates/article.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/blog.node5.net/templates/article.html b/blog.node5.net/templates/article.html index dfeccda..8c56a14 100644 --- a/blog.node5.net/templates/article.html +++ b/blog.node5.net/templates/article.html @@ -7,8 +7,6 @@ <link rel="stylesheet" type="text/css" href="/devicons.css"> {% endblock %} {% block content %} - <h1 class="inline">{{ article.name }}</h1> - - {% include 'article_meta_data.html' %} + <h1 class="inline">{{ article.name }}</h1> {% include 'article_meta_data.html' %} {{ article.html|safe }} {% endblock %} |
