From 8842cc8d2ff0240172843d8e7cdbbfb8c0cab0ce Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 26 Apr 2022 07:59:58 +0200 Subject: refactoring --- index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e745ab5..fca379a 100644 --- a/index.html +++ b/index.html @@ -33,8 +33,7 @@ projects:

{{ site.settings.author.name }}


-
- +{% capture links %}
@@ -68,7 +67,9 @@ projects:
+{% endcapture %} +{% capture projects %} {% if page.projects %}
@@ -93,5 +94,9 @@ projects:
{% endif %} +{% endcapture %} +
+{{ links }} +{{ projects }}
-- cgit v1.2.3