From 6b17df9fd3ac90e044eb5d258f7a1d3d3ec0efa1 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 29 Aug 2025 21:54:25 -0400 Subject: index: move links to config.cfg --- config.cfg | 8 ++++++++ index.html | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config.cfg b/config.cfg index 55a62d7..70b3ee3 100644 --- a/config.cfg +++ b/config.cfg @@ -10,3 +10,11 @@ resources = { static = { assets } + +links = [ + href = https://github.com/compromyse + label = GITHUB + ___ + href = https://www.linkedin.com/in/compromyse + label = LINKEDIN +] diff --git a/index.html b/index.html index 4f33a1f..df0d190 100644 --- a/index.html +++ b/index.html @@ -12,8 +12,9 @@ title = HOME

Programmer and Hacker.

- GITHUB - LINKEDIN + {{ eachdo config.links }} + {{ put label }} + {{ endeachdo }}
-- cgit v1.2.3