mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-04-09 23:00:16 -04:00
fix typo
This commit is contained in:
parent
8a3dcfc303
commit
50aca685d4
|
@ -2,7 +2,7 @@
|
|||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
{% for article in feed %}
|
||||
{% for article in articles %}
|
||||
<div class="col-lg-4 col-sm-6 mb-4" style="margin-top: 2%">
|
||||
<div class="card shadow border-0 h-100"><a href="">
|
||||
<img src="{{ article.header.url }}" alt="..." class="img-fluid card-img-top"></a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user