diff options
| author | mayx <mayx@outlook.com> | 2026-03-17 13:19:07 +0100 |
|---|---|---|
| committer | mayx <mayx@outlook.com> | 2026-03-17 13:19:07 +0100 |
| commit | e8653b0efd12fb0cfbc4b9fa33800d5ba39fafe0 (patch) | |
| tree | cd34e417554a704d0ee9667687ff7751452db45c /links.md | |
| parent | e516a5d08ce50bb551fab71e8e894562afa87e8a (diff) | |
Update 5 files
- /_data/other_repo_list.csv
- /_layouts/default.html
- /proxylist.md
- /other_repo_list.md
- /links.md
Diffstat (limited to 'links.md')
| -rw-r--r-- | links.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,11 +4,12 @@ title: Links date: 2019-05-03 id: links tags: [links] +robots: nofollow --- | Link | Description | | - | - | -{% for item in site.data.links %}| <a href="{{ item.link }}" target="_blank" rel="noopener sponsored" {% if item.feed_url %}data-feed="{{ item.feed_url }}"{% endif %}>{{ item.title }}</a> | {% if item.description %}{{ item.description }}{% else %}*No description*{% endif %} | +{% for item in site.data.links %}| <a href="{{ item.link }}" target="_blank" rel="noopener" {% if item.feed_url %}data-feed="{{ item.feed_url }}"{% endif %}>{{ item.title }}</a> | {% if item.description %}{{ item.description }}{% else %}*No description*{% endif %} | {% endfor %} 订阅以上链接:[OPML](/blogroll.opml) |
