aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html18
1 files changed, 12 insertions, 6 deletions
diff --git a/templates/index.html b/templates/index.html
index 68dde54..c3f6976 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -24,6 +24,18 @@
<div class="more-link-container">
<a href="/recipes/">More recipes...</a>
</div>
+<h2>Website status</h2>
+<p>
+I am kind of deprecating the site, since it was basically a response to Luke
+Smith's challenge to make a minimal recipe site and he's since launched his own
+site that not-surprisingly has garnered quite a lot of attention. I recommend
+you check <a href="https://based.cooking">based.cooking</a>.
+</p>
+<p>
+I will still keep this site up for the foreseeable future, probably until I get
+tired of paying the domain yearly fee. If, for any reason, you are still
+interested, you can still submit your recipes by email or pull request.
+</p>
<h2>Make a contribution</h2>
<p>
If you want to publish your recipe or make this site better, don't hesitate to
@@ -38,10 +50,4 @@ This site is currently also available in the following languages:
<li><a href="/es/">Español</a></li>
<li><a href="/ru/">Русский</a></li>
</ul>
-<p>
-Do keep in mind that not all recipes will be translated to every language the
-site is available on. If you want to help translate the site to another
-language, or help improve existing translations check the
-<a href="/about/">about</a> page.
-</p>
{% endblock %}