diff options
author | mayx <mayx@outlook.com> | 2025-04-07 14:27:45 +0200 |
---|---|---|
committer | mayx <mayx@outlook.com> | 2025-04-07 14:27:45 +0200 |
commit | 3bfbd783857f4e79d43ee846d5ffe9422897fffa (patch) | |
tree | e40b8f783d931ea4a2cfc2d90823bb5352e6916d /links.md | |
parent | 8c26bc57d5b9c9d5a6155eba222bc7fd47dd74f8 (diff) |
Update 3 files
- /_data/links.csv
- /js/rss-feed-preview.js
- /links.md
Diffstat (limited to 'links.md')
-rw-r--r-- | links.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,7 @@ tags: [links] | Link | Description | | - | - | -{% for item in site.data.links %}| [{{ item.title }}]({{ item.link }}) | {{ item.description }} | +{% for item in site.data.links %}| <a href="{{ item.link }}" data-feed="{{ item.feed_url }}">{{ item.title }}</a> | {{ item.description }} | {% endfor %} ## Links申请 @@ -25,3 +25,5 @@ tags: [links] 链接:<https://mabbs.github.io> 头像:<https://avatars0.githubusercontent.com/u/17966333> Logo:<https://mabbs.github.io/favicon.ico> + +<script src="/js/rss-feed-preview.js"></script>
\ No newline at end of file |