Update 3 files

- /_data/links.csv
- /js/rss-feed-preview.js
- /links.md
This commit is contained in:
mayx
2025-04-07 12:27:45 +00:00
parent 8c26bc57d5
commit 3bfbd78385
3 changed files with 240 additions and 15 deletions

View File

@@ -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>