diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml
deleted file mode 100644
index 499d1ef..0000000
--- a/.github/workflows/check_links.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-github:
- workspace:/Users/sheeri/github/wildaid.github.io
-name: Jekyll site CI link checker
-
-on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
- - name: fake to run on my machine
- run: apt-get update && apt-get install docker.io -y
- - name: Build the site in the jekyll/builder container
- run: |
- docker run \
- -v ${{ github.workspace }}:/srv/jekyll \
- jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build"
- - name: Check HTML
- uses: chabad360/htmlproofer@master
- with:
- directory: "${{ github.workspace }}/_site"
- arguments: --allow-hash-href --empty-alt-ignore --check_img_http
diff --git a/README.md b/README.md
index b364c2d..1aebb9b 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ http://localhost:4000
To test that all links work, and all images have alt-tags, and similar issues - run this from the top-level directory (where this README file is):
`./script/test_images_links.sh`
+You must have [htmlproofer](https://github.com/gjtorikian/html-proofer) installed for this to work properly.
+
## Style guide
The style guide includes notes on accessibility, and can be seen in the [style](https://wildaid.github.io/style) directory.
diff --git a/_layouts/postWebUse.html b/_layouts/postWebUse.html
new file mode 100644
index 0000000..7d77810
--- /dev/null
+++ b/_layouts/postWebUse.html
@@ -0,0 +1,26 @@
+---
+layout: default
+---
+