Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
krash committed Feb 3, 2024
1 parent e8f21d3 commit 68c7fa5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<footer class="footer">
<section class="container">
<p>
<a href="https://fediring.net/previous?host=khalid.se"></a>
<a href="https://fediring.net/">Fediring</a>
<a href="https://fediring.net/next?host=khalid.se"></a>
</p>

{{ if (and .Site.Params.commit .GitInfo) }}
[<a href="{{ .Site.Params.commit }}/{{ .GitInfo.Hash }}" target="_blank" rel="noopener">{{ .GitInfo.AbbreviatedHash }}</a>]
{{ end }}
</section>
</footer>

0 comments on commit 68c7fa5

Please sign in to comment.