footer: Add git info, disabled for now

This commit is contained in:
Jan Kremer 2026-01-08 12:12:30 +01:00
parent 754bbddcb1
commit 564fcf8038
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -16,5 +16,12 @@
{{ site.Title }} {{ site.Title }}
</a> </a>
</li> </li>
<!-- <li>
{{ with .GitInfo }}
<a href="https://github.com/jukremer/jukremer.github.io/commit/{{ .Hash }}">
{{ partial "git.svg" }} {{ .Subject }} ({{ .AbbreviatedHash }})
</a>
{{ end }}
</li> -->
<li>2021{{ now.Year }}</li> <li>2021{{ now.Year }}</li>
</ul> </ul>

1
layouts/partials/git.svg Normal file
View file

@ -0,0 +1 @@
<svg fill="#000000" width="800px" height="800px" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><title>ionicons-v5-d</title><path d="M448,224H380a128,128,0,0,0-247.9,0H64a32,32,0,0,0,0,64h68.05A128,128,0,0,0,380,288H448a32,32,0,0,0,0-64ZM256,320a64,64,0,1,1,64-64A64.07,64.07,0,0,1,256,320Z"/></svg>

After

Width:  |  Height:  |  Size: 310 B