|
@@ -97,7 +97,7 @@
|
|
style="font-size: 1.1em">{{ item.created_time | days_until }}</div>
|
|
style="font-size: 1.1em">{{ item.created_time | days_until }}</div>
|
|
<div class="summary"><a>
|
|
<div class="summary"><a>
|
|
{{ item.user__first_name }}{{ item.user__last_name }}</a>
|
|
{{ item.user__first_name }}{{ item.user__last_name }}</a>
|
|
- 发布了{{ item.category__name }}: <a
|
|
|
|
|
|
+ 发布了{{ item.category__name }}:<a
|
|
href="/article/{{ item.id }}.html">{{ item.title }}</a></div>
|
|
href="/article/{{ item.id }}.html">{{ item.title }}</a></div>
|
|
<div class="extra text">{{ item.intro }}
|
|
<div class="extra text">{{ item.intro }}
|
|
Tags:
|
|
Tags:
|
|
@@ -117,7 +117,7 @@
|
|
style="font-size: 1.1em">{{ item.created_time | days_until }}</div>
|
|
style="font-size: 1.1em">{{ item.created_time | days_until }}</div>
|
|
<div class="summary"><a>
|
|
<div class="summary"><a>
|
|
{{ item.user__first_name }}{{ item.user__last_name }}</a>
|
|
{{ item.user__first_name }}{{ item.user__last_name }}</a>
|
|
- 发布了{{ item.category__name }}: <a
|
|
|
|
|
|
+ 发布了{{ item.category__name }}:<a
|
|
href="/article/{{ item.id }}.html">{{ item.title }}</a></div>
|
|
href="/article/{{ item.id }}.html">{{ item.title }}</a></div>
|
|
{% autoescape off %}
|
|
{% autoescape off %}
|
|
<div class="extra images">
|
|
<div class="extra images">
|