We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251491f commit 1bc22e6Copy full SHA for 1bc22e6
_layouts/post.html
@@ -49,6 +49,9 @@ <h3 class="font-weight-bold">Summary</h3>
49
{{content}}
50
</div>
51
52
+ <a target="_blank" class="nav-link" href="{{site.github.repository_url}}/blob/gh-pages/{{page.path}}"><i
53
+ class="fab fa-github"></i> Edit this page on Github</a>
54
+
55
<div class="form-container">
56
<h3>Send feedback!</h3>
57
<form action="https://getform.io/f/acadce28-5a83-40d5-b2cd-9eb413874226" method="POST">
@@ -176,4 +179,4 @@ <h3>Send feedback!</h3>
176
179
}
177
180
178
181
</script>
-{% endif %}
182
+{% endif %}
0 commit comments