Update 2 files

- /proxylist.md
- /links.md
This commit is contained in:
mayx
2025-04-03 17:01:33 +00:00
parent ae668ef412
commit b0bf30adcd
2 changed files with 3 additions and 4 deletions

View File

@@ -7,8 +7,7 @@ tags: [links]
---
| Link | Description |
| - | - |
{%- for item in site.data.links -%}
| - | - |{% for item in site.data.links %}
| [{{ item.title }}]({{ item.link }}) | {{ item.description }} |
{% endfor %}