mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 18:53:17 -05:00 
			
		
		
		
	docs: add banner for recipinned (#2656)
This commit is contained in:
		@@ -55,3 +55,20 @@ th {
 | 
			
		||||
.md-button {
 | 
			
		||||
  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 %}
 | 
			
		||||
<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 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user