mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
docs: add banner for recipinned (#2656)
This commit is contained in:
parent
defdc82d74
commit
b7c7c0f947
2 changed files with 24 additions and 7 deletions
|
@ -55,3 +55,20 @@ th {
|
||||||
.md-button {
|
.md-button {
|
||||||
padding: 0.2rem 0.75rem !important;
|
padding: 0.2rem 0.75rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.announce-left {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
gap: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.announce-left > a {
|
||||||
|
color: #e0e0e0;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.announce-left > a:hover {
|
||||||
|
color: var(--md-primary-fg-color);
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{% extends "base.html" %} {% block analytics %}
|
{% extends "base.html" %}
|
||||||
<script
|
{% block announce %}
|
||||||
async
|
<div class="announce-left">
|
||||||
defer
|
<a href="https://recipinned.com">
|
||||||
data-domain="hay-kot.github.io/mealie"
|
Looking for a hosted solution? Explore Recipinned from the creator of Mealie
|
||||||
src="https://plausible.io/js/plausible.js"
|
</a>
|
||||||
></script>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue