Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
3.0 KiB

  1. ---
  2. layout: default
  3. title: 首页 - 我的文章
  4. ---
  5. {% if paginator.page == 1 %}<div class="hslice" id="LatestPost">{% endif %}
  6. <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 />
  7. <hr />
  8. <!-- 遍历分页后的文章 -->
  9. <table class="entry-content">
  10. {% for post in paginator.posts %}
  11. <tr><td onclick="location='{{ post.url }}'">
  12. <h2><a class="post-link" href="{{ post.url }}">{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}</a></h2>
  13. <p class="author">
  14. <span class="date">{{ post.date | date: "%-d %B %Y" }}</span>
  15. <!--[if !IE]> -->
  16. | Hits: <span id="{{ post.url }}" class="visitors-index" >Loading...</span>
  17. <!-- <![endif]-->
  18. </p>
  19. <div class="content">
  20. {{ post.excerpt | strip_html | strip_newlines }}
  21. </div>
  22. {% if post.tags %}
  23. <span>
  24. {% for tag in post.tags %}
  25. <nobr><a href="/search.html?keyword={{ tag | url_encode }}"><code>#{{ tag }}</code></a></nobr>
  26. {% endfor %}
  27. </span>
  28. {% endif %}
  29. </td></tr>
  30. {% endfor %}
  31. </table>
  32. {% if paginator.page == 1 %}</div>{% endif %}
  33. {% if paginator.total_pages > 1 %}
  34. <div class="pagination">
  35. {% if paginator.previous_page %}
  36. {% if paginator.previous_page == 1 %}
  37. <a href="/index.html">&laquo; Prev</a>
  38. {% else %}
  39. <a href="{{ paginator.previous_page_path }}/">&laquo; Prev</a>
  40. {% endif %}
  41. {% else %}
  42. <span>&laquo; Prev</span>
  43. {% endif %}
  44. <select onchange="window.location = this.value == 1 ? '/index.html' : '/page' + this.value + '/'">
  45. {% for page in (1..paginator.total_pages) %}
  46. {% if page == paginator.page %}
  47. <option value="{{ page }}" selected>{{ page }}</option>
  48. {% else %}
  49. <option value="{{ page }}">{{ page }}</option>
  50. {% endif %}
  51. {% endfor %}
  52. </select>
  53. {% if paginator.next_page %}
  54. <a href="{{ paginator.next_page_path }}/">Next &raquo;</a>
  55. {% else %}
  56. <span>Next &raquo;</span>
  57. {% endif %}
  58. </div>
  59. {% endif %}
  60. <hr />
  61. <h2>其他页面</h2>
  62. <p>
  63. <a href="/service.html">Mayx的公开服务</a><br />
  64. 凯露&危险生存( <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 />
  65. <a href="/message.html">留言板</a><br />
  66. <a href="/links.html">Links</a><br />
  67. <a href="/proxylist.html">代理列表</a><br />
  68. <!-- <a href="https://mabbs.github.io/MayxDaily/">Mayx日报</a><br> -->
  69. </p>
  70. <br />
  71. <small><a href="https://icp.gov.moe/?keyword=20218888" target="_blank">萌ICP备 20218888号</a></small>
  72. <input name="live2dBGM" value="https://music.163.com/song/media/outer/url?id=523658881.mp3" type="hidden" />

Powered by TurnKey Linux.