diff options
author | mayx <mayx@outlook.com> | 2025-05-19 04:03:49 +0200 |
---|---|---|
committer | mayx <mayx@outlook.com> | 2025-05-19 04:03:49 +0200 |
commit | e5e305f0f3fdbf46f190a8147e4732f6c82cafc5 (patch) | |
tree | a3e86ea55b46ece2619596fbe2df79e6e81c0dc5 /links.md | |
parent | 6584393a153ede5ef06b712f89a6a3a08a13aee6 (diff) |
Update 4 files
- /links.md
- /_layouts/post.html
- /_layouts/default.html
- /index.html
Diffstat (limited to 'links.md')
-rw-r--r-- | links.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ tags: [links] | Link | Description | | - | - | -{% 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 %} | +{% for item in site.data.links %}| <a href="{{ item.link }}" target="_blank" rel="noopener nofollow" {% 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) |