mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-09-10 04:15:23 +02:00
Update 3 files
- /_data/links.csv - /js/rss-feed-preview.js - /links.md
This commit is contained in:
4
links.md
4
links.md
@@ -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>
|
Reference in New Issue
Block a user