mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Use link mixin instead of plain link markup
This commit is contained in:
parent
207555fae7
commit
b893126c12
|
@ -18,7 +18,7 @@ main.o-main.o-main--sidebar.o-main--aside
|
||||||
- data = public.docs[SUBSECTION]._data[next]
|
- data = public.docs[SUBSECTION]._data[next]
|
||||||
|
|
||||||
.o-inline-list
|
.o-inline-list
|
||||||
span #[strong.u-text-label Read next:] #[a(href=next).u-link=data.title]
|
span #[strong.u-text-label Read next:] #[+a(next).u-link=data.title]
|
||||||
|
|
||||||
+grid-col("half").u-text-right
|
+grid-col("half").u-text-right
|
||||||
.o-inline-list
|
.o-inline-list
|
||||||
|
|
|
@ -138,7 +138,7 @@ include _includes/_mixins
|
||||||
| all others.
|
| all others.
|
||||||
|
|
||||||
p
|
p
|
||||||
| spaCy's #[a(href="/docs/api/philosophy") mission] is to make
|
| spaCy's #[+a("/docs/api/philosophy") mission] is to make
|
||||||
| cutting-edge NLP practical and commonly available. That's
|
| cutting-edge NLP practical and commonly available. That's
|
||||||
| why I left academia in 2014, to build a production-quality
|
| why I left academia in 2014, to build a production-quality
|
||||||
| open-source NLP library. It's why
|
| open-source NLP library. It's why
|
||||||
|
|
Loading…
Reference in New Issue
Block a user