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