minor visual details

This commit is contained in:
root 2018-05-17 02:05:37 +03:00
parent 709d7912ad
commit b7c624578c

View 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 %}