File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ comments: "false"
1717
1818### Log
1919- [ Blog] ( https://yoma.kr )
20+ - [ Github] ( https://github.com/codeyoma )
2021- [ PS] ( https://github.com/AI-Got-Rhythm/ps/tree/main/baekjoon )
2122- [ École 42] ( https://github.com/ecole42-yoma )
2223- [ Sweep Keyboard] ( https://github.com/codeyoma/sweep-nice-nano )
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ comments: "false"
1010![ [ Lqp2z3I.gif]]
1111
1212# MOC
13+ - [[ about|About]]
1314- [[ - Computer Science]]
1415 - [[- Algorithms]]
1516 - [[- Frontend]]
Original file line number Diff line number Diff line change @@ -20,9 +20,11 @@ export const sharedPageComponents: SharedLayout = {
2020 ] ,
2121 footer : Component . Footer ( {
2222 links : {
23+ Home : "/" ,
24+ About : "/About" ,
2325 "Blog source" : "https://github.com/codeyoma/codeyoma.github.io" ,
24- GitHub : "https://github.com/codeyoma" ,
25- LinkedIn : "https://www.linkedin.com/in/codeyoma" ,
26+ // GitHub: "https://github.com/codeyoma",
27+ // LinkedIn: "https://www.linkedin.com/in/codeyoma",
2628 } ,
2729 } ) ,
2830}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default ((opts?: Options) => {
1616 < ul >
1717 { Object . entries ( links ) . map ( ( [ text , link ] ) => (
1818 < li >
19- < a href = { link } target = "_blank" > { text } </ a >
19+ < a href = { link } > { text } </ a >
2020 </ li >
2121 ) ) }
2222 </ ul >
You can’t perform that action at this time.
0 commit comments