blob: e602861754555550dc16025d79a0ec60b25ad201 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
---
layout: default
title: 首页 - 我的文章
---
<h1 style="display:inline"> 首页 - 我的文章 </h1><small><a href="/archives.html">Archives</a></small><br /><br />
<hr />
<!-- 遍历分页后的文章 -->
<table>
{% for post in paginator.posts %}
<tr><td onclick="location='{{ post.url }}'">
<h2><a class="post-link" href="{{ post.url }}">{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}</a></h2>
<p class="author">
<span class="date">{{ post.date | date: "%-d %B %Y" }}</span>
| Hits: <span id="{{ post.url }}" class="visitors-index" >Loading...</span>
</p>
<div class="content">
{{ post.excerpt | strip_html | strip_newlines }}
</div>
</td></tr>
{% endfor %}
</table>
{% if paginator.total_pages > 1 %}
<div class="pagination">
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
<a href="{{ '/index.html' | prepend: site.baseurl | replace: '//', '/' }}">« Prev</a>
{% else %}
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}/">« Prev</a>
{% endif %}
{% else %}
<span>« Prev</span>
{% endif %}
<select onchange="window.location = this.value == 1 ? '{{ '/index.html' | prepend: site.baseurl | replace: '//', '/' }}' : '{{ '/page' | prepend: site.baseurl | replace: '//', '/' }}' + this.value + '/'">
{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
<option value="{{ page }}" selected>{{ page }}</option>
{% else %}
<option value="{{ page }}">{{ page }}</option>
{% endif %}
{% endfor %}
</select>
{% if paginator.next_page %}
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}/">Next »</a>
{% else %}
<span>Next »</span>
{% endif %}
</div>
{% endif %}
<hr />
<input name="live2dBGM" value="https://music.163.com/song/media/outer/url?id=523658881.mp3" type="hidden">
<p>
<h2>其他页面</h2>
<a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/pixiv-index/">Pixiv图片索引API</a><br>
<a href="/iwara.html">Iwara Download</a><br>
<a href="/card.html">抽卡</a> - 由<a href="https://github.com/eeg1412/">广树</a>大佬提供卡牌<br>
<a href="/message.html">留言板</a><br>
<a href="/links.html">Links</a><br>
<a href="/proxylist.html">代理列表</a><br>
<a href="https://mabbs.github.io/MayxDaily/">Mayx日报</a><br>
<br>
</p>
<small><a href="https://icp.gov.moe/?keyword=20218888" target="_blank">萌ICP备 20218888号</a></small>
<p>
<font size="-1">
Proud member of <a href="//webring.theoldnet.com/"><b>TheOldNet</b></a> webring! Check some other cool websites!<br>
[<a href="//webring.theoldnet.com/member/36dd5cbf2db7ab6688854c3e04a78144/previous/navigate">Previous site</a>] -
[<a href="//webring.theoldnet.com/member/36dd5cbf2db7ab6688854c3e04a78144/random/navigate">Random site</a>] -
[<a href="//webring.theoldnet.com/member/36dd5cbf2db7ab6688854c3e04a78144/next/navigate">Next site</a>]
</font>
</p></small>
|