feat: updated template stypes for model-list, projects-list and blog-list
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="posts">
|
||||
PROJECT LIST HERE
|
||||
<h1 class="post-title">
|
||||
<a>Models</a>
|
||||
</h1>
|
||||
{% for article in articles %}
|
||||
{% if article.category == 'projects' %}
|
||||
<div class="post">
|
||||
|
||||
Reference in New Issue
Block a user