From f7fcdbff0ccb493edead75bfb6242e9ec87b213c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 12:54:58 +0300 Subject: bump jekyll-theme --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 99d6fe5..3d48b58 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,7 @@ --- title: Main page layout: plain -custom_css: - - index.css -links: +main: - url: /blog/ text: Blog glyph: folder-open @@ -20,6 +18,8 @@ projects: name: Sorting algorithms - url: /wireguard-config/ name: WireGuard configuration +links: + - {rel: stylesheet, href: assets/css/index.css} ---

{{ site.settings.author.name }}


@@ -27,8 +27,8 @@ projects:

Hello! I'm a software engineer, and here's some of my stuff.

- {% if page.links %} - {% for link in page.links %} + {% if page.main %} + {% for link in page.main %}  {{ link.text }} {% endfor %} {% endif %} -- cgit v1.2.3