Skip to content

Commit

Permalink
Fix Edit on GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
cadamini authored Nov 16, 2024
1 parent 1bc22e6 commit dad4e94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ <h1 class="posttitle">{{ page.title }}</h1>
{% include adsense-under-header.html %}
{% endif %}

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

<!--
{% if page.image %}
{% if site.lazyimages == "enabled" %}
Expand Down Expand Up @@ -49,9 +53,6 @@ <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

0 comments on commit dad4e94

Please sign in to comment.