diff options
Diffstat (limited to 'templates/pages/about.html')
-rw-r--r-- | templates/pages/about.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/pages/about.html b/templates/pages/about.html new file mode 100644 index 0000000..d719941 --- /dev/null +++ b/templates/pages/about.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} {% block title %} about {% endblock %} {% block +heading %} +<h1>about</h1> +{% endblock %} {% block content %} +<p> + index.cooking is a simple website that allows you to add your favourite + recipes from the internet to your own personal searchable index (hence the + name). +</p> +<p> + Simply add URLs for your recipes and index.cooking will remove all the bloat + and stories about grandmother's blah blah blah....and just give you the info + you need to cook your favourite meals. +</p> +<p> + Right now index.cooking supports extracting markup from Wordpress sites using + Yoast SEO Schema. If you have other websites that you would like us to index, + then reach out <a href="/contact">here.</a> +</p> +{% endblock %} |