Skip to content

Commit bf1989d

Browse files
committed
fixed github link on homepage
1 parent f58e6ae commit bf1989d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/minimal-research/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 class="text-5xl font-bold mb-3 text-white">{{ .Title }}</h1>
1414
<a href="https://orcid.org/0000-0001-5129-5601" target="_blank" class="text-white hover:text-blue-300 transition-colors duration-200" title="ORCID Profile">
1515
<i class="fas fa-id-badge text-2xl"></i>
1616
</a>
17-
<a href="https://github.com/rudolfj" target="_blank" class="text-white hover:text-blue-300 transition-colors duration-200" title="GitHub Profile">
17+
<a href="https://github.com/rudolfjs" target="_blank" class="text-white hover:text-blue-300 transition-colors duration-200" title="GitHub Profile">
1818
<i class="fab fa-github text-2xl"></i>
1919
</a>
2020
<a href="https://www.linkedin.com/in/rudolfj/" target="_blank" class="text-white hover:text-blue-300 transition-colors duration-200" title="LinkedIn Profile">

0 commit comments

Comments
 (0)