Skip to content

Commit

Permalink
Site has been on github for a while now, git link still went to gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
mozoarella committed Nov 24, 2024
1 parent 0453050 commit 2af9ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/dylanmaassen/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
{{- block "main" . }}{{- end }}
</div>
<div class="forkthis">
<a href="https://gitlab.com/dylantic/dylanmaassen.nl" target="_blank" rel="nofollow">Git</a>
<a href="https://gitlab.com/dylantic/dylanmaassen.nl/-/commit/{{ .GitInfo.Hash}}" target="_blank" rel="nofollow">[{{ .GitInfo.AbbreviatedHash}}]</a>
<a href="https://github.com/mozoarella/dylanmaassen.nl" target="_blank" rel="nofollow">Git</a>
<a href="https://github.com/mozoarella/dylanmaassen.nl/commit/{{ .GitInfo.Hash}}" target="_blank" rel="nofollow">[{{ .GitInfo.AbbreviatedHash}}]</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 2af9ecc

Please sign in to comment.