aboutsummaryrefslogtreecommitdiff
path: root/_includes/link-listing.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/link-listing.html')
-rw-r--r--_includes/link-listing.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/_includes/link-listing.html b/_includes/link-listing.html
deleted file mode 100644
index 2d89070..0000000
--- a/_includes/link-listing.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<h2>
- {{ site.t[include.kind].listing[page.lang] }}
- <a href="{{ site.t[include.kind].feed.url[page.lang] }}">
- <img class="simple-icon" src="/static/atom.svg" alt="{{ site.t.alt.atom[page.lang] }}" />
- </a>
-</h2>
-
-<ul class="no-style">
- {% assign entries = site[include.kind] | where:"lang", page.lang | sort: "date" | reverse %}
- {% for entry in entries %}
- <li>
- {% include i18n-date.html date=entry.date %}
- <br />
- <a href="{{ entry.url | relative_url }}">{{ entry.title | escape }}</a>
- </li>
- {% endfor %}
-</ul>
-
-<h2>
- <a href="{% link {{ site.t[include.kind].category.url[page.lang] }} %}">
- {{ site.t[include.kind].category.name[page.lang] }}
- </a>
-</h2>