mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 07:57:35 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			593 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			593 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| //- ----------------------------------
 | |
| //- 💫 INCLUDES > FOOTER
 | |
| //- ----------------------------------
 | |
| 
 | |
| include _mixins
 | |
| 
 | |
| footer.o-footer.o-inline-list.u-pattern.u-text-center.u-text-label.u-text-strong
 | |
|     span © #{new Date().getFullYear()} #[+a(COMPANY_URL, true)=COMPANY]
 | |
| 
 | |
|     +a(COMPANY_URL + "/legal", true) Legal / Imprint
 | |
|     a(href="mailto:#{EMAIL}") #[+icon("mail", 16)]
 | |
| 
 | |
|     +a("https://twitter.com/" + SOCIAL.twitter)(aria-label="Twitter")
 | |
|         +icon("twitter", 20)
 | |
| 
 | |
|     +a("https://github.com/" + SOCIAL.github + "/spaCy")(aria-label="GitHub")
 | |
|         +icon("github", 20)
 |