Update 2 files

- /_layouts/default.html
- /links.md
This commit is contained in:
mayx
2025-04-07 15:52:02 +00:00
parent 3bfbd78385
commit d3eefbba2d
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ tags: [links]
| Link | Description |
| - | - |
{% for item in site.data.links %}| <a href="{{ item.link }}" data-feed="{{ item.feed_url }}">{{ item.title }}</a> | {{ item.description }} |
{% for item in site.data.links %}| <a href="{{ item.link }}" target="_blank" data-feed="{{ item.feed_url }}">{{ item.title }}</a> | {{ item.description }} |
{% endfor %}
## Links申请