init
This commit is contained in:
parent
932b6ca351
commit
81a2e4993e
|
@ -14,13 +14,13 @@
|
||||||
<h3>{{ n.title }}</h3>
|
<h3>{{ n.title }}</h3>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<h5>
|
<h5>
|
||||||
作者:{{ n.author }}
|
作者: {{ n.author }}
|
||||||
来源:{{ n.source }}
|
来源: {{ n.source }}
|
||||||
发布时间:{{ n.created }}
|
发布时间: {{ n.created }}
|
||||||
点击数:{{ n.hit_count }}
|
点击数: {{ n.hit_count }}
|
||||||
</h5>
|
</h5>
|
||||||
<hr/>
|
<hr/>
|
||||||
<p>{{ n.content|safe }}</p>
|
<div class="article-content">{{ n.content|safe }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -932,3 +932,6 @@ img {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.article-content p {
|
||||||
|
text-indent: 2em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue