File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
< meta charset ="utf-8 ">
4
4
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
- < meta name ="description " content ="">
7
- < meta name ="author " content ="">
6
+ < meta itemprop ="description " name ="description " content ="{% if page.tagline %}{{ page.tagline }}{% else %}{{ site.description }}{% endif %} " />
8
7
9
8
< title > {{ site.title }} {% if page.title %}| {{ page.title }}{% endif %}</ title >
10
9
< meta property ="og:title " content ="Project Jupyter " />
11
10
< meta property ="og:description " content ="{{ site.description }} ">
12
11
< meta property ="og:url " content ="https://www.jupyter.org " />
13
12
< meta property ="og:image " content ="https://jupyter.org/assets/homepage.png " />
13
+ < link rel ="canonical " href ="{{ page.url | prepend: site.url }} ">
14
14
<!-- Bootstrap Core CSS -->
15
15
< link rel ="stylesheet " href ="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}">
16
16
< link rel ="stylesheet " href ="{{ "/css/logo-nav.css" | prepend: site.baseurl }}?{{site.time | date: '%s%N'}}">
Original file line number Diff line number Diff line change 37
37
{%- if nav contains targetpage.title -%}
38
38
{%- if page.title == targetpage.title %}
39
39
< li >
40
- < a href class ="tab navbar-active "> {{targetpage.title}}</ a >
40
+ < a href =" {{site.baseurl}}{{targetpage.url}} " class ="tab navbar-active "> {{targetpage.title}}</ a >
41
41
</ li >
42
42
{%- else %}
43
43
< li >
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ <h3 class="section-header">Currently in use at</h3>
200
200
< li class ="col "> < a href ="https://software-carpentry.org "> < img src ="assets/carpentry.svg " class ="greydout " alt ="Carpentry "> </ a > </ li >
201
201
< li class ="col "> < a href ="https://www.janelia.org/ "> < img src ="assets/janelia.svg " class ="greydout " alt ="Janelia "> </ a > </ li >
202
202
< li class ="col "> < a href ="https://codeneuro.org/ "> < img src ="assets/codeneuro.svg " class ="greydout " alt ="CodeNeuro "> </ a > </ li >
203
- < li class ="col "> < a href =""> < img src ="assets/nsite.svg " class ="greydout " alt ="NSite "> </ a > </ li >
203
+ < li class ="col "> < a href ="https://www.linkedin.com/company/nsite-llc/about/ "> < img src ="assets/nsite.svg " class ="greydout " alt ="NSite "> </ a > </ li >
204
204
< li class ="col "> < a href ="https://cocalc.com/ "> < img src ="assets/cocalc.svg " class ="greydout " alt ="CoCalc "> </ a > </ li >
205
205
< li class ="col "> < a href ="https://www.brynmawr.edu "> < img src ="assets/brynmawr.svg " class ="greydout " alt ="BrynMawr "> </ a > </ li >
206
206
< li class ="col "> < a href ="https://www.calpoly.edu "> < img src ="assets/calpoly.svg " class ="greydout " alt ="CalPoly "> </ a > </ li >
You can’t perform that action at this time.
0 commit comments