From ee275db66e7cdacec3c73dfc7647a581c121b62c Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 21 May 2025 19:22:55 +0300 Subject: [PATCH] feat: remove seldom used external link --- content/example/_index.md | 3 --- content/liljamo.com/_index.md | 3 --- content/liljamo.dev/_index.md | 3 --- templates/project.html | 5 ----- 4 files changed, 14 deletions(-) diff --git a/content/example/_index.md b/content/example/_index.md index fdd5f15..6ba140d 100644 --- a/content/example/_index.md +++ b/content/example/_index.md @@ -18,9 +18,6 @@ status = "inactive" git = "https://git.tld" docs = "https://docs.tld" -external_link = "https://demo.tld" -external_link_visual = "demo" - logs_visual = "Change-/devlog" +++ diff --git a/content/liljamo.com/_index.md b/content/liljamo.com/_index.md index 60d5e09..81317ed 100644 --- a/content/liljamo.com/_index.md +++ b/content/liljamo.com/_index.md @@ -10,9 +10,6 @@ template = "project.html" id = "liljamo.com" status = "active" - -external_link = "https://liljamo.com" -external_link_visual = "liljamo.com" +++ My personal website, created with [zola](https://getzola.org). diff --git a/content/liljamo.dev/_index.md b/content/liljamo.dev/_index.md index b53b6f5..7705e7e 100644 --- a/content/liljamo.dev/_index.md +++ b/content/liljamo.dev/_index.md @@ -12,9 +12,6 @@ id = "liljamo.dev" status = "active" git = "https://git.src.quest/~liljamo/liljamo-dev-zola" - -external_link = "https://liljamo.dev" -external_link_visual = "liljamo.dev" +++ This website, created with [zola](https://getzola.org). diff --git a/templates/project.html b/templates/project.html index cd51716..e7df681 100644 --- a/templates/project.html +++ b/templates/project.html @@ -14,11 +14,6 @@ {% else %}

unknown

{% endif %} - {% if section.extra.external_link %} -

See it in action: - {{ section.extra.external_link_visual }} -

- {% endif %} {% if section.extra.git %} Git 🦊 {% endif %} -- 2.44.1