feat: updated template stypes for model-list, projects-list and blog-list

This commit is contained in:
Lucas Oskorep
2024-03-12 12:45:34 -04:00
parent 87d5e275dd
commit e2c05722d4
4 changed files with 49 additions and 4 deletions
+4 -1
View File
@@ -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>