From 1a7fd13cdef467a4128d8a11340466b9e5048201 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 10 Nov 2023 14:58:19 +0400 Subject: Remove useful_links.html and update config.toml --- config.toml | 4 ---- templates/includes/useful_links.html | 9 --------- templates/index.html | 5 ----- 3 files changed, 18 deletions(-) delete mode 100644 templates/includes/useful_links.html diff --git a/config.toml b/config.toml index f34736f..ed3e1df 100644 --- a/config.toml +++ b/config.toml @@ -102,10 +102,6 @@ contacts = [ { title = "PGP", name = "AE3CE523DAAA8401", url = "/public.asc" }, ] -links = [ - { title = "Nokia N900 archives", url = "https://disk.yandex.ru/d/L-NZ3c4qc7Uizw", description = "Official firmware, tools and images for N900." }, -] - navbar = [ { title = "Home", path = "/" }, { title = "Blog", path = "/blog/" }, diff --git a/templates/includes/useful_links.html b/templates/includes/useful_links.html deleted file mode 100644 index 9b4859d..0000000 --- a/templates/includes/useful_links.html +++ /dev/null @@ -1,9 +0,0 @@ - \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index fb64505..3050381 100644 --- a/templates/index.html +++ b/templates/index.html @@ -30,11 +30,6 @@ {% include 'includes/contacts.html' %} -
-

Useful links

- {% include 'includes/useful_links.html' %} -
-

Recent posts

{% include 'includes/recent_posts.html' %} -- cgit v1.2.3