init
This commit is contained in:
		
						commit
						d013ece0f3
					
				
					 363 changed files with 20823 additions and 0 deletions
				
			
		
							
								
								
									
										16
									
								
								themes/duckquill/templates/taxonomy_list.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								themes/duckquill/templates/taxonomy_list.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,16 @@
 | 
			
		|||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
{%- set number_of_tags = terms | length -%}
 | 
			
		||||
<h1>{{ macros_translate::translate(key="tags_title", default="Tags", language_strings=language_strings) }}</h1>
 | 
			
		||||
 | 
			
		||||
<p>
 | 
			
		||||
	<small>{{ macros_translate::translate(key="tags", number=number_of_tags, default="$NUMBER tags", language_strings=language_strings) }}</small>
 | 
			
		||||
</p>
 | 
			
		||||
 | 
			
		||||
<ul class="tags">
 | 
			
		||||
	{%- for tag in terms -%}
 | 
			
		||||
		<li><a href="{{ current_url }}{{ tag.slug }}"><span class="tag">{{ tag.name }}</span><span class="count">{{ tag.pages | length }}</span></a></li>
 | 
			
		||||
	{%- endfor -%}
 | 
			
		||||
</ul>
 | 
			
		||||
{% endblock content %}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue