Skip to content

Commit

Permalink
fix github and gitlab links
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Oct 23, 2024
1 parent c27f607 commit 4f03301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandoc/template.html4
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ $endif$
</a>
$endif$
$if(github)$
<a href="github.com/$github$" title="Github: $github$">
<a href="https://github.com/$github$" title="Github: $github$">
<i class="fa-brands fa-github fa-fw"></i>
</a>
$endif$
$if(gitlab)$
<a href="github.com/$gitlab$" title="Gitlab">
<a href="https://gitlab.com/$gitlab$" title="Gitlab">
<i class="fa-brands fa-gitlab fa-fw"></i>
</a>
$endif$
Expand Down

0 comments on commit 4f03301

Please sign in to comment.