From 84b036b926d90b52956350d99b3a070b3dd1d7ac Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 19 Mar 2025 14:53:53 +0000 Subject: first commit --- templates/pages/about.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/pages/about.html (limited to 'templates/pages/about.html') 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 %} +

about

+{% endblock %} {% block content %} +

+ 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). +

+

+ 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. +

+

+ 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 here. +

+{% endblock %} -- cgit v1.2.3