diff options
Diffstat (limited to 'templates/pages/about.html')
-rw-r--r-- | templates/pages/about.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/pages/about.html b/templates/pages/about.html index d719941..7aefc54 100644 --- a/templates/pages/about.html +++ b/templates/pages/about.html @@ -17,4 +17,13 @@ heading %} Yoast SEO Schema. If you have other websites that you would like us to index, then reach out <a href="/contact">here.</a> </p> + +<h2>Instructions</h2> + +<p>Using the website is very simple. Once you login go to <a href="/home>recipes</a>, this is your homepage. In the input box add URLs for your favourite recipes.</p> + +<p>URLs must be valid. E.g:</p> + +<p><strong class="error">bad: </strong>www.example.com/awesome-recipe</p> +<p><strong class="success">good: </strong>https://www.example.com/awesome-recipes</p> {% endblock %} |