1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

fix links and add image

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
2024-03-30 13:06:18 +05:30
parent 91d3d5df19
commit d085c84d03
3 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -7,10 +7,10 @@
to = "/index.html"
status = 200
[[redirects]]
from = "/posts/*"
to = ""
status = 200
# [[redirects]]
# from = "/posts/*"
# to = ""
# status = 200
[build.environment]
HUGO_VERSION = "0.124.1"
HUGO_VERSION = "0.124.1"
+2 -2
View File
@@ -28,9 +28,9 @@ type alias Job msg =
footerLinks : List Link
footerLinks =
[ { text = "About", url = "/pages/about-me" }
, { text = "Blog", url = "/posts" }
, { text = "Blog", url = "https://avinal.space/posts" }
, { text = "Projects", url = "/pages/projects" }
, { text = "GSoC", url = "/posts/gsoc" }
, { text = "GSoC", url = "https://avinal.space/posts/category/gsoc" }
]
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB