forked from em/receptty.org
		
	Recept vypisuje zdroj
This commit is contained in:
		@@ -16,8 +16,9 @@
 | 
			
		||||
	
 | 
			
		||||
	{% if page.extra.image %}<img src="{{ page.extra.image }}" alt="Náhled">{% endif %}
 | 
			
		||||
	<div class="meta">
 | 
			
		||||
		{% if page.extra.portions %}<span class="tag">Porce: {{ page.extra.portions }}</span>{% endif %}
 | 
			
		||||
		{% if page.extra.time %}<span class="tag">Doba přípravy: {{ page.extra.time }} min</span>{% endif %}
 | 
			
		||||
		{% if page.extra.portions %}<span class="tag">Porce: <strong>{{ page.extra.portions }}</strong></span>{% endif %}
 | 
			
		||||
		{% if page.extra.time %}<span class="tag">Doba přípravy: <strong>{{ page.extra.time }} min</strong></span>{% endif %}
 | 
			
		||||
		{% if page.extra.source %}<span class="tag">Zdroj: <strong>{{ page.extra.source }}</strong></span>{% endif %}
 | 
			
		||||
	</div>
 | 
			
		||||
	
 | 
			
		||||
	{{ page.content | safe }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user