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.

73 lines
2.3 KiB

  1. ---
  2. layout: default
  3. title: 首页 - 我的文章
  4. ---
  5. <h1 style="display:inline"> 首页 - 我的文章 </h1><small><a href="/archives.html">Archives</a></small><br /><br />
  6. <hr />
  7. <!-- 遍历分页后的文章 -->
  8. <table>
  9. {% for post in paginator.posts %}
  10. <tr><td onclick="location='{{ post.url }}'">
  11. <h2><a class="post-link" href="{{ post.url }}">{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}</a></h2>
  12. <p class="author">
  13. <span class="date">{{ post.date | date: "%-d %B %Y" }}</span>
  14. | Hits: <span id="{{ post.url }}" class="visitors-index" >Loading...</span>
  15. </p>
  16. <div class="content">
  17. {{ post.excerpt | strip_html | strip_newlines }}
  18. </div>
  19. </td></tr>
  20. {% endfor %}
  21. </table>
  22. {% if paginator.total_pages > 1 %}
  23. <div class="pagination">
  24. {% if paginator.previous_page %}
  25. {% if paginator.previous_page == 1 %}
  26. <a href="{{ '/index.html' | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a>
  27. {% else %}
  28. <a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}/">&laquo; Prev</a>
  29. {% endif %}
  30. {% else %}
  31. <span>&laquo; Prev</span>
  32. {% endif %}
  33. {% for page in (1..paginator.total_pages) %}
  34. {% if page == paginator.page %}
  35. <em>{{ page }}</em>
  36. {% elsif page == 1 %}
  37. <a href="{{ '/index.html' | prepend: site.baseurl | replace: '//', '/' }}">{{ page }}</a>
  38. {% else %}
  39. <a href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}/">{{ page }}</a>
  40. {% endif %}
  41. {% endfor %}
  42. {% if paginator.next_page %}
  43. <a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}/">Next &raquo;</a>
  44. {% else %}
  45. <span>Next &raquo;</span>
  46. {% endif %}
  47. </div>
  48. {% endif %}
  49. <hr />
  50. <input name="live2dBGM" value="https://music.163.com/song/media/outer/url?id=523658881.mp3" type="hidden">
  51. <p>
  52. <h2>其他页面</h2>
  53. <a href="/pixiv-index/">Pixiv图片索引API</a><br>
  54. <a href="/card.html">抽卡</a> - 由<a href="https://github.com/eeg1412/">广树</a>大佬提供卡牌<br>
  55. <a href="/message.html">留言板</a><br>
  56. <a href="/links.html">Links</a><br>
  57. <a href="/proxylist.html">代理列表</a><br>
  58. <a href="https://mayx.cf">Mayx日报</a><br>
  59. <br>
  60. </p>
  61. <small><a href="https://icp.gov.moe/?keyword=20218888" target="_blank">萌ICP备 20218888号</a></small>

Powered by TurnKey Linux.