docs: add banner for recipinned (#2656)

This commit is contained in:
Hayden
2023-10-17 12:06:08 -05:00
committed by GitHub
parent defdc82d74
commit b7c7c0f947
2 changed files with 24 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
{% extends "base.html" %} {% block analytics %}
<script
async
defer
data-domain="hay-kot.github.io/mealie"
src="https://plausible.io/js/plausible.js"
></script>
{% extends "base.html" %}
{% block announce %}
<div class="announce-left">
<a href="https://recipinned.com">
Looking for a hosted solution? Explore Recipinned from the creator of Mealie
</a>
</div>
{% endblock %}