summary refs log tree commit diff
path: root/links.md
diff options
context:
space:
mode:
Diffstat (limited to 'links.md')
-rw-r--r--links.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/links.md b/links.md
index a7846a1..4fd5a72 100644
--- a/links.md
+++ b/links.md
@@ -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 %}