mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-21 10:32:02 +00:00
Update file index.html
This commit is contained in:
parent
a9d4790eb7
commit
c454031365
@ -8,7 +8,8 @@ title: 首页 - 我的文章
|
|||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<!-- 遍历分页后的文章 -->
|
<!-- 遍历分页后的文章 -->
|
||||||
<table{% if paginator.page == 1 %} class="hslice"{% endif %}>
|
{% if paginator.page == 1 %}<div class="hslice">{% endif %}
|
||||||
|
<table>
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
<tr><td onclick="location='{{ post.url }}'">
|
<tr><td onclick="location='{{ post.url }}'">
|
||||||
<h2 class="entry-title"><a class="post-link" href="{{ post.url }}">{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}</a></h2>
|
<h2 class="entry-title"><a class="post-link" href="{{ post.url }}">{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}</a></h2>
|
||||||
@ -29,6 +30,7 @@ title: 首页 - 我的文章
|
|||||||
</td></tr>
|
</td></tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
{% if paginator.page == 1 %}</div>{% endif %}
|
||||||
{% if paginator.total_pages > 1 %}
|
{% if paginator.total_pages > 1 %}
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
{% if paginator.previous_page %}
|
{% if paginator.previous_page %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user