From 231d29bf26820ca058dec57c06345943ca6dbbf2 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 16:38:12 +0200 Subject: Fix shortcode location: move from shortcodes/ to layouts/shortcodes/ Hugo v0.156.0+ requires shortcodes to be in layouts/shortcodes/ directory. Moved all shortcodes (gravatar, image, gallery, contact-form) to correct location. Co-Authored-By: Claude Haiku 4.5 --- content/en/_index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'content/en/_index.md') diff --git a/content/en/_index.md b/content/en/_index.md index 7b9131a..d784adf 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -3,8 +3,6 @@ title: "danix.xyz" description: "Portfolio and blog by Danilo Macrì" --- -Hi, I'm Danilo Macrì, a software engineer passionate about open source and ethical hacking. +Welcome to danix.xyz, my name is Danilo but you can call me danix. -This is my portfolio and blog where I share articles about technology, life, and personal projects. - -Explore my articles and projects below. +Here I write about stuff I find interesting. On this site you may read about WordPress, Hugo, bash, Slackware, and lots of other things. Feel free to have a look and take what you like. \ No newline at end of file -- cgit v1.2.3