Skip to content

Commit

Permalink
fixing broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
stshryu committed Oct 9, 2023
1 parent 23faf14 commit 0791767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/netcrave/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</head>
<body>
<div class="toolstrip">
<a href="https://github.com/paigeadelethompson/resume/tree/main"><i class="fa-brands fa-github"></i></a>
<a href="https://github.com/stshryu/stshryu.github.io"><i class="fa-brands fa-github"></i></a>
<a href="/dl/cv.pdf"><i class="fa-solid fa-file-pdf"></i></a>
<a href="#" onclick="window.print();return false;"><i class="fa fa-print" aria-hidden="true"></i></a>
</div>
Expand All @@ -78,7 +78,7 @@
{{ with .Params.linkedin }}
<li><a href="https://www.linkedin.com/in/{{ . }}" class="social-icon"><i class="fa-brands fa-linkedin"></i><span class="linkedin">yoo-steve</span></a></li>
{{ end }}
{{ with .Params.linkedin }}
{{ with .Params.github }}
<li><a href="https://github.com/{{ . }}" class="social-icon"><i class="fa-brands fa-github"></i><span class="github">stshryu</span></a></li>
{{ end }}
{{ with .Params.telephone }}
Expand Down

0 comments on commit 0791767

Please sign in to comment.