From fed624f29af452e1969a04fa6db268bb0e93ff01 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Mar 2022 16:39:52 +0300 Subject: tweak link descriptions --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 89ec7ee..1f38b91 100644 --- a/index.html +++ b/index.html @@ -6,13 +6,14 @@ main: text: cv - url: https://egort.name/ text: egort.name + description: My other place on the web projects: - url: /blog/ name: blog - description: Random posts and notes + description: Random notes - url: /jekyll-theme/ name: jekyll-theme - description: My Jekyll theme + description: This Jekyll theme - url: /sorting-algorithms/ name: sorting-algorithms description: Getting the hang out of (sorting) algorithms @@ -61,6 +62,9 @@ projects: {% for link in page.main %}

{{ link.text }}

+ {% if link.description %} +

{{ link.description }}

+ {% endif %}
{% endfor %} {% endif %} -- cgit v1.2.3