From b893126c1270e90008c9fce4f306d2ed995ccda7 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 24 Dec 2016 12:22:52 +0100 Subject: [PATCH] Use link mixin instead of plain link markup --- website/_includes/_page-docs.jade | 2 +- website/index.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/_includes/_page-docs.jade b/website/_includes/_page-docs.jade index 44a5698f0..09cbfa6a5 100644 --- a/website/_includes/_page-docs.jade +++ b/website/_includes/_page-docs.jade @@ -18,7 +18,7 @@ main.o-main.o-main--sidebar.o-main--aside - data = public.docs[SUBSECTION]._data[next] .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 .o-inline-list diff --git a/website/index.jade b/website/index.jade index 62c54d94d..56add5710 100644 --- a/website/index.jade +++ b/website/index.jade @@ -138,7 +138,7 @@ include _includes/_mixins | all others. 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 | why I left academia in 2014, to build a production-quality | open-source NLP library. It's why