File tree Expand file tree Collapse file tree 4 files changed +32
-6
lines changed
Expand file tree Collapse file tree 4 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 11---
2- title : ' Test Page '
3- publishDate : ' 2024-12-03 '
4- updatedDate : ' 2024-12-10 '
5- description : ' Test page for any purpose '
2+ title : ' Hello, World! '
3+ publishDate : ' 2025-04-13 '
4+ updatedDate : ' 2025-04-13 '
5+ description : ' Hello, World! '
66tags :
7- - Test
7+ - hello
8+ - world
89language : ' English'
9- draft : true
10+ draft : false
1011---
12+
13+ # Hello, World!
14+ This is a test post to check the functionality of the blog.
15+ ## Subheader 1
16+ This is a test post to check the functionality of the blog.
17+ ## Subheader 2
18+ This is a test post to check the functionality of the blog.
Original file line number Diff line number Diff line change @@ -25,6 +25,19 @@ const linksConf = config.integ.links
2525 <div class =" mb-6" >
2626 <p class =" mb-3" >You can find me on these platforms:</p >
2727 <div class =" flex flex-wrap items-center gap-4 mt-2" >
28+ <
a href =
" mailto:[email protected] " 29+ class =" inline-flex items-center gap-2 text-muted-foreground hover:text-primary transition-colors text-lg"
30+ target =" _blank"
31+ rel =" noopener noreferrer" >
32+ <span >
33+ <svg xmlns =" http://www.w3.org/2000/svg" width =" 24" height =" 24" viewBox =" 0 0 24 24" fill =" none" stroke =" currentColor" stroke-width =" 2" stroke-linecap =" round" stroke-linejoin =" round" >
34+ <rect width =" 20" height =" 16" x =" 2" y =" 4" rx =" 2" ></rect >
35+ <path d =" m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" ></path >
36+ </svg >
37+ </span >
38+ <span >Email</span >
39+ </a >
40+
2841 <a href =" https://www.linkedin.com/in/falahnzk/"
2942 class =" inline-flex items-center gap-2 text-muted-foreground hover:text-primary transition-colors text-lg"
3043 target =" _blank"
You can’t perform that action at this time.
0 commit comments