summary refs log tree commit diff
path: root/links.md
diff options
context:
space:
mode:
authormayx2025-05-19 02:03:49 +0000
committermayx2025-05-19 02:03:49 +0000
commite5e305f0f3fdbf46f190a8147e4732f6c82cafc5 (patch)
treea3e86ea55b46ece2619596fbe2df79e6e81c0dc5 /links.md
parent6584393a153ede5ef06b712f89a6a3a08a13aee6 (diff)
Update 4 files
- /links.md
- /_layouts/post.html
- /_layouts/default.html
- /index.html
Diffstat (limited to 'links.md')
-rw-r--r--links.md2
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)