diff options
author | EuAndreh <eu@euandre.org> | 2024-11-17 20:15:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-17 20:18:21 -0300 |
commit | cfd0246b241cb6e58153e68f7e30ed56b9bf054b (patch) | |
tree | 206deba2cec12187e835c64b8a7172277be1a2cf /_includes/link-listing.html | |
parent | rm tests/assert-frontmatter.sh (diff) | |
download | euandre.org-cfd0246b241cb6e58153e68f7e30ed56b9bf054b.tar.gz euandre.org-cfd0246b241cb6e58153e68f7e30ed56b9bf054b.tar.xz |
Remove jekyll infrastructure setup
Diffstat (limited to '_includes/link-listing.html')
-rw-r--r-- | _includes/link-listing.html | 23 |
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> |