From 79efe81786e827e24ed75eb0868f4a9bf9488833 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 25 Apr 2022 07:36:19 +0200 Subject: rename internal variables --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index fccc8de..e2d1bd3 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,9 @@ title: Main page layout: plain main: - url: /cv/cv.pdf - text: cv + name: cv - url: https://egort.name/ - text: egort.name + name: egort.name description: My other place on the web projects: - url: /blog/ @@ -65,7 +65,7 @@ projects: {% if page.main %} {% for link in page.main %} -

{{ link.text }}

+

{{ link.name }}

{% if link.description %}

{{ link.description }}

{% endif %} -- cgit v1.2.3