We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670567c commit 7ed012aCopy full SHA for 7ed012a
docs/_includes/layouts/page.html
@@ -41,7 +41,7 @@ <h1 class="stacks-h1">{{ title }}</h1>
41
{% endif %}
42
{{ content }}
43
44
- <form class="my48 name="feedback-{{ title | downcase | replace: ' ', '-' }}" method="POST" data-netlify="true" action="{{ "/success" | relative_url }}">
+ <form class="my48" name="feedback-{{ title | downcase | replace: ' ', '-' }}" method="POST" data-netlify="true" action="{{ "/success" | relative_url }}">
45
<label class="d-inline-block c-pointer" for="feedback-form">
46
<div class="fs-title fw-bold mb0">Got any feedback?</div>
47
<div class="stacks-copy mb12">Did we mess something up? Is there a typo? Send us your feedback anonymously using this form.</div>
0 commit comments