From f69ae32137a2dd6b4a85cd35b203b0a356fed47d Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 1 Feb 2026 20:04:28 +0100 Subject: Added the gitignore to with MacOS files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 69542af..4a76f8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# MacOS files +.DS_Store + # Images *.svg -- cgit v1.3.1 From 278afbaaf48ab991d750f594f063267837687e79 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 1 Feb 2026 20:14:56 +0100 Subject: Fixed the broken link to the posts --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1e893be..ad329de 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,7 +25,7 @@
  • Home
  • Gitlab
  • CV
  • -
  • Posts
  • +
  • Posts
  • {{- block "main" . }}{{- end }}
    -- cgit v1.3.1