diff options
author | mayx | 2025-05-19 02:03:49 +0000 |
---|---|---|
committer | mayx | 2025-05-19 02:03:49 +0000 |
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
diff --git a/links.md b/links.md index 4dba36a..84f6e0b 100644 --- a/links.md +++ b/links.md @@ -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) |