File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 About</ a >
44 < a href ="{{site.baseurl}}/people/ ">
55 People</ a >
6+ < a href ="{{site.baseurl}}/calendar/ ">
7+ Schedule</ a >
68 < a href ="{{site.baseurl}}/apply/ ">
79 Apply</ a >
810 < a href ="{{site.baseurl}}/code-of-conduct/ ">
911 Code of Conduct</ a >
1012 < a href ="{{site.baseurl}}/archive/ ">
1113 Lecture Archive</ a >
12- < a href ="{{site.baseurl}}/calendar/ ">
13- Schedule</ a >
1414 </ nav >
Original file line number Diff line number Diff line change @@ -36,22 +36,22 @@ collaboration sessions on topics of interest.
3636 {% assign fullname = page.forename | append: " " | append: page.surname %}
3737 <div class =" splash-instructor-card " >
3838 <div class =" splash-instructor-card-photo " >
39- <a href =" {{site.baseurl}}/ {{page.url}} " >
39+ <a href =" {{site.baseurl}}{{page.url}} " >
4040 <img
4141 {% if page.image %}
4242 src="{{page.image}}"
4343 alt="The profile picture for {{fullname}}"
4444 {% elsif page.github %}
45- src="https://github.com/{{page.github}}.png "
46- alt="The GitHub profile picture for {{fullname}}"
45+ src="https://github.com/{{page.github}}.png "
46+ alt="The GitHub profile picture for {{fullname}}"
4747 {% else %}
48- src="https://upload.wikimedia.org/wikipedia/commons/a/ac/Default_pfp.jpg "
49- alt="An anonymous profile picture"
48+ src="https://upload.wikimedia.org/wikipedia/commons/a/ac/Default_pfp.jpg "
49+ alt="An anonymous profile picture"
5050 {% endif %}
5151 />
5252 </a >
5353 </div >
54- <p ><a href =" {{site.baseurl}}/ {{page.url}} " >{{fullname}}</a ></p >
54+ <p ><a href =" {{site.baseurl}}{{page.url}} " >{{fullname}}</a ></p >
5555 </div >
5656 {% endif %}
5757 {% endfor %}
You can’t perform that action at this time.
0 commit comments