forked from KEMT/zpwiki
		
	zz
This commit is contained in:
		
							parent
							
								
									329551610e
								
							
						
					
					
						commit
						a2f4f5aff4
					
				@ -12,7 +12,6 @@
 | 
			
		||||
 | 
			
		||||
{% set pages = taxonomy.findTaxonomy({'author': author}).order('date', 'desc') %}
 | 
			
		||||
{% set tmplst = [] %}
 | 
			
		||||
<h2>{{ author }}</h2>
 | 
			
		||||
{% for page in pages %}
 | 
			
		||||
    {% set blisted = false %}
 | 
			
		||||
    {% for bcat in blist %}
 | 
			
		||||
@ -36,7 +35,7 @@
 | 
			
		||||
        {% endif %}
 | 
			
		||||
            <a href="{{p.url}}">{{ p.title|e }}</a>
 | 
			
		||||
			{% set catlist = [] %}
 | 
			
		||||
			{% for cat in page.taxonomy.category %}
 | 
			
		||||
			{% for cat in p.taxonomy.category %}
 | 
			
		||||
				{% set catlist = catlist|merge(['<a href="'~base_url~'/taxonomy?name=category&val='~(cat|url_encode)~'">'~cat~'</a>']) %}
 | 
			
		||||
			{% endfor %}
 | 
			
		||||
			<span>{{ catlist|join(', ') }}</span>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user