Skip to content

Commit c070fc6

Browse files
authored
replace scholarlattice link with Events/calendar page
1 parent 9bcdd84 commit c070fc6

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

_layouts/default.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,15 @@
4545
<a href="/">Home</a>
4646
{% endif %}
4747

48-
<a href="https://preview.scholarlattice.org/collections/1a78ebbd-d21b-40ea-9ba7-79a1cefa8c1e">
49-
Events (ScholarLattice)
50-
{% include external-link.html %}
51-
</a>
48+
{% if page.url == "/" %}
49+
<a href="/events/" class="current">
50+
Events
51+
</a>
52+
{% else %}
53+
<a href="/events/">
54+
Events
55+
</a>
56+
{% endif %}
5257

5358
<a href="{{site.github_url}}">
5459
GitHub

events.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
permalink: /events/
4+
---
5+
6+
<iframe src="https://calendar.google.com/calendar/embed?src=7000a514e4c452c330b7786deba4a311e5d2e7aac1951ba87451e2b0961882a8%40group.calendar.google.com&ctz=America%2FChicago" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>

0 commit comments

Comments
 (0)