mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-30 23:47:31 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			862 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			862 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| //- 💫 INCLUDES > FOOTER
 | |
| 
 | |
| footer.o-footer.u-text
 | |
|     +grid.o-content
 | |
|         each group, label in FOOTER
 | |
|             +grid-col("quarter")
 | |
|                 ul
 | |
|                     li.u-text-label.u-color-subtle=label
 | |
| 
 | |
|                     each url, item in group
 | |
|                         li
 | |
|                             +a(url)=item
 | |
| 
 | |
|         if SECTION == "index"
 | |
|             +grid-col("quarter")
 | |
|                 include _newsletter
 | |
| 
 | |
|     if SECTION != "index"
 | |
|         .o-content.o-block.u-border-dotted
 | |
|             include _newsletter
 | |
| 
 | |
|     .o-inline-list.u-text-center.u-text-tiny.u-color-subtle
 | |
|         span © 2016-#{new Date().getFullYear()} #[+a(COMPANY_URL, true)=COMPANY]
 | |
| 
 | |
|         +a(COMPANY_URL, true)(aria-label="Explosion AI")
 | |
|             +icon("explosion", 45).o-icon.u-color-theme.u-grayscale
 | |
| 
 | |
|         +a(COMPANY_URL + "/legal", true) Legal / Imprint
 |