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:
+5
-5
@@ -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"
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user