diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/link-listing.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/link-listing.html b/_includes/link-listing.html index 9252b7b..d0bc891 100644 --- a/_includes/link-listing.html +++ b/_includes/link-listing.html @@ -15,3 +15,9 @@ </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> |