mirror of
				https://github.com/templis/lugtuebingen.git
				synced 2025-11-03 22:08:02 +01:00 
			
		
		
		
	(Grav GitSync) Automatic Commit from templis
This commit is contained in:
		@ -1,10 +1,34 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
 | 
					title: Aktuelles
 | 
				
			||||||
 | 
					process:
 | 
				
			||||||
 | 
					    markdown: true
 | 
				
			||||||
 | 
					    twig: true
 | 
				
			||||||
 | 
					admin:
 | 
				
			||||||
 | 
					    children_display_order: collection
 | 
				
			||||||
 | 
					content:
 | 
				
			||||||
 | 
					    items:
 | 
				
			||||||
 | 
					        '@taxonomy':
 | 
				
			||||||
 | 
					            type: event
 | 
				
			||||||
 | 
					    order:
 | 
				
			||||||
 | 
					        by: date
 | 
				
			||||||
 | 
					        dir: asc
 | 
				
			||||||
 | 
					    limit: '10'
 | 
				
			||||||
 | 
					    pagination: true
 | 
				
			||||||
 | 
					event:
 | 
				
			||||||
 | 
					    start: '17-04-2018 02:56'
 | 
				
			||||||
 | 
					    end: '17-04-2018 02:56'
 | 
				
			||||||
 | 
					    repeat: T
 | 
				
			||||||
 | 
					    freq: monthly
 | 
				
			||||||
 | 
					    until: ''
 | 
				
			||||||
 | 
					    location: 'Marquardtei, Herrenberger Str. 34, im Nebenzimmer Silcherstube'
 | 
				
			||||||
 | 
					    coordinates: '9.047282, 48.523950'
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
---
 | 
					 | 
				
			||||||
{% set events =
 | 
					{% set events =
 | 
				
			||||||
    page.collection({
 | 
					    page.collection({
 | 
				
			||||||
        'items':{
 | 
					        'items':{
 | 
				
			||||||
            '@taxonomy.type':'event',
 | 
					            '@taxonomy.type':'event',
 | 
				
			||||||
 | 
					            '@taxonomy.event_repeat':['S','U']
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    })
 | 
					    })
 | 
				
			||||||
    .dateRange(datetools.startOfMonth, datetools.endOfMonth)
 | 
					    .dateRange(datetools.startOfMonth, datetools.endOfMonth)
 | 
				
			||||||
		Reference in New Issue
	
	Block a user