home: finished website articles logic
This commit is contained in:
parent
a753fd3497
commit
984088b827
6 changed files with 58 additions and 220 deletions
|
|
@ -56,7 +56,7 @@
|
|||
</box>
|
||||
<box id="newsbox">
|
||||
<website-news>
|
||||
<img src="/static/assets/gifs/updates.gif" />
|
||||
<img width="70%" src="/static/assets/gifs/updates.gif" />
|
||||
|
||||
{% for article in news %}
|
||||
<article-entry>
|
||||
|
|
@ -66,6 +66,7 @@
|
|||
<article-body>
|
||||
{{ article.body }}
|
||||
</article-body>
|
||||
<img width="300px" src="/static/assets/gifs/divider2.gif" />
|
||||
</article-entry>
|
||||
{% else %}
|
||||
<ominous-message>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue