aboutsummaryrefslogtreecommitdiff
path: root/templates/includes/useful_links.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/includes/useful_links.html')
-rw-r--r--templates/includes/useful_links.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/includes/useful_links.html b/templates/includes/useful_links.html
deleted file mode 100644
index 9b4859d..0000000
--- a/templates/includes/useful_links.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<ul>
- {% for link in config.extra.links %}
- <li>
- <a href="{{ link.url | trim }}" target="_blank">{{ link.title | trim }}</a>
- <span>&mdash;</span>
- <span>{{ link.description | trim }}</span>
- </li>
- {% endfor %}
-</ul> \ No newline at end of file