Skip to content

Commit

Permalink
footer.html: Add edit link
Browse files Browse the repository at this point in the history
Signed-off-by: Kees Cook <[email protected]>
  • Loading branch information
kees committed Jul 4, 2024
1 parent 0175e3b commit e69ca2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ kramdown:
plugins:
- jekyll-feed
- jekyll-redirect-from
repository: KSPP/kspp.github.io
8 changes: 8 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<footer class="site-footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>

<div class="wrapper">
<a href="https://github.com/{{ site.repository }}/edit/main/{{ page.path }}">Improve this page</a>
</div>

</footer>

0 comments on commit e69ca2c

Please sign in to comment.