diff options
author | mayx | 2025-04-11 17:48:08 +0000 |
---|---|---|
committer | mayx | 2025-04-11 17:48:08 +0000 |
commit | 526c8c35b7c296ae3091c47a05ff6162f1085f80 (patch) | |
tree | 8a801fb343e45fdb7ee7555521c7f7136239b11e /links.md | |
parent | 9b3f0369f6db06486b9d5ea9da0c359934ec9da8 (diff) |
Update 4 files
- /links.md - /_data/links.csv - /blogroll.opml - /_layouts/default.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 b3936ef..4dba36a 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> | {{ item.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 %} | {% endfor %} 订阅以上链接:[OPML](/blogroll.opml) |