mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-12-20 02:05:36 +01:00
Update 4 files
- /links.md - /_data/links.csv - /blogroll.opml - /_layouts/default.html
This commit is contained in:
parent
9b3f0369f6
commit
526c8c35b7
4 changed files with 6 additions and 5 deletions
2
links.md
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue