blog/index.html

77 lines
3.0 KiB
HTML
Raw Normal View History

2022-01-04 20:42:55 +08:00
---
layout: default
title: 首页 - 我的文章
---
2025-04-22 10:14:18 +00:00
{% if paginator.page == 1 %}<div class="hslice" id="LatestPost">{% endif %}
<h1 class="entry-title" style="display:inline"> 首页 - 我的文章 </h1><small><a href="/archives.html">Archives</a> <!--[if !IE]> --> | <a href="javascript:getSearchJSON(function(data){window.location = data[Math.floor(Math.random()*data.length)].url})">Random</a> <!-- <![endif]--> </small><br /><br />
2022-01-04 20:42:55 +08:00
<hr />
<!-- 遍历分页后的文章 -->
2025-04-22 10:14:18 +00:00
<table class="entry-content">
2022-01-04 20:42:55 +08:00
{% for post in paginator.posts %}
<tr><td onclick="location='{{ post.url }}'">
2025-04-22 10:14:18 +00:00
<h2><a class="post-link" href="{{ post.url }}">{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}</a></h2>
2022-01-04 20:42:55 +08:00
<p class="author">
<span class="date">{{ post.date | date: "%-d %B %Y" }}</span>
<!--[if !IE]> -->
2022-01-04 20:42:55 +08:00
| Hits: <span id="{{ post.url }}" class="visitors-index" >Loading...</span>
<!-- <![endif]-->
2022-01-04 20:42:55 +08:00
</p>
2025-04-22 10:14:18 +00:00
<div class="content">
2022-01-04 20:42:55 +08:00
{{ post.excerpt | strip_html | strip_newlines }}
</div>
{% if post.tags %}
<span>
{% for tag in post.tags %}
<nobr><a href="/search.html?keyword={{ tag | url_encode }}"><code>#{{ tag }}</code></a></nobr>
{% endfor %}
</span>
{% endif %}
2022-01-04 20:42:55 +08:00
</td></tr>
{% endfor %}
</table>
2025-04-22 10:00:50 +00:00
{% if paginator.page == 1 %}</div>{% endif %}
2022-01-04 20:42:55 +08:00
{% if paginator.total_pages > 1 %}
<div class="pagination">
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
<a href="/index.html">&laquo; Prev</a>
2022-01-04 20:42:55 +08:00
{% else %}
<a href="{{ paginator.previous_page_path }}/">&laquo; Prev</a>
2022-01-04 20:42:55 +08:00
{% endif %}
{% else %}
<span>&laquo; Prev</span>
{% endif %}
<select onchange="window.location = this.value == 1 ? '/index.html' : '/page' + this.value + '/'">
2022-01-04 20:42:55 +08:00
{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
2022-01-26 13:44:00 +00:00
<option value="{{ page }}" selected>{{ page }}</option>
2022-01-04 20:42:55 +08:00
{% else %}
2022-01-26 13:44:00 +00:00
<option value="{{ page }}">{{ page }}</option>
2022-01-04 20:42:55 +08:00
{% endif %}
{% endfor %}
2022-01-26 13:44:00 +00:00
</select>
2022-01-04 20:42:55 +08:00
{% if paginator.next_page %}
<a href="{{ paginator.next_page_path }}/">Next &raquo;</a>
2022-01-04 20:42:55 +08:00
{% else %}
<span>Next &raquo;</span>
{% endif %}
</div>
{% endif %}
<hr />
<h2>其他页面</h2>
<p>
<a href="/service.html">Mayx的公开服务</a><br />
凯露&危险生存( <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/?cn">CHS</a> | <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/">JA</a> | <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/?kr">KO</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> -->
2022-01-04 20:42:55 +08:00
</p>
<br />
<small><a href="https://icp.gov.moe/?keyword=20218888" target="_blank">萌ICP备 20218888号</a></small>
<input name="live2dBGM" value="https://music.163.com/song/media/outer/url?id=523658881.mp3" type="hidden" />