Skip to content

Commit 7d86bd3

Browse files
committed
Fix missing feedback.html page
1 parent 20cf28b commit 7d86bd3

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: CodeWith
33
url: "https://codewith.org.uk" # the base hostname & protocol for your site
44
plugins:
55
- jekyll-sitemap
6+
- jekyll-redirect-from
67
defaults:
78
-
89
scope:

_includes/scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
2-
<script src="./js/ie10-viewport-bug-workaround.js"></script>
2+
<script src="{{site.url}}/js/ie10-viewport-bug-workaround.js"></script>
33

44
<script src="https://www.eventbrite.co.uk/static/widgets/eb_widgets.js"></script>
55
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

feedback_html.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
permalink: /feedback.html
3+
layout: default
4+
suffixes:
5+
- Change,
6+
- Feedback,
7+
- Improvement,
8+
- Progress,
9+
- Us
10+
title: Feedback
11+
---
12+
13+
<iframe name="feedback" class="feedback-form"
14+
src="https://docs.google.com/forms/d/e/1FAIpQLSfp26KbuYZXc49kXPfAlZaq9IfAvAtDStAK8aCSC0-nVLqwtQ/viewform?embedded=true"
15+
frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>

0 commit comments

Comments
 (0)