mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
15 lines
446 B
Plaintext
15 lines
446 B
Plaintext
|
include _mixins
|
||
|
|
||
|
//- Footer
|
||
|
//- ============================================================================
|
||
|
|
||
|
footer.footer
|
||
|
span © #{new Date().getFullYear()} #{company}
|
||
|
a(href='/legal') Legal / Imprint
|
||
|
|
||
|
a(href='https://twitter.com/' + profiles.twitter target='_blank' aria-label="Twitter")
|
||
|
+icon('twitter', 'secondary')
|
||
|
|
||
|
a(href='/feed.xml' target='_blank' aria-label="RSS Feed")
|
||
|
+icon('feed', 'secondary')
|