Skip to content

Commit

Permalink
Add Edit on GitHub option to posts
Browse files Browse the repository at this point in the history
  • Loading branch information
cadamini authored Nov 16, 2024
1 parent 251491f commit 1bc22e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ <h3 class="font-weight-bold">Summary</h3>
{{content}}
</div>

<a target="_blank" class="nav-link" href="{{site.github.repository_url}}/blob/gh-pages/{{page.path}}"><i
class="fab fa-github"></i> Edit this page on Github</a>

<div class="form-container">
<h3>Send feedback!</h3>
<form action="https://getform.io/f/acadce28-5a83-40d5-b2cd-9eb413874226" method="POST">
Expand Down Expand Up @@ -176,4 +179,4 @@ <h3>Send feedback!</h3>
}
}
</script>
{% endif %}
{% endif %}

0 comments on commit 1bc22e6

Please sign in to comment.