minor visual details
This commit is contained in:
parent
709d7912ad
commit
b7c624578c
1 changed files with 10 additions and 0 deletions
10
app/templates/news/_latest.html
Normal file
10
app/templates/news/_latest.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{% block page_content %}
|
||||||
|
<h4>News</h4>
|
||||||
|
{% for item in result %}
|
||||||
|
<p>
|
||||||
|
<a target="_blank" href="{{ item['link'] }}">{{ item['message'] }}</a>
|
||||||
|
<span class="tweet_day">{{ item['created_time'] | fbtime }}</span>
|
||||||
|
</p>
|
||||||
|
{% endfor %}
|
||||||
|
<a href="/news/all">>>></a>
|
||||||
|
{% endblock %}
|
Loading…
Reference in a new issue