Skip to content

Commit

Permalink
Include calendar redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
trvrb committed Feb 16, 2019
1 parent aa018f5 commit b658db1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions _layouts/redirect.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE HTML>

<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url={{page.rurl}}">

<script>
window.location.href = "{{page.rurl}}"
</script>

<title>bedford lab</title>

If you are not redirected automatically, follow this <a href='{{page.rurl}}'>link</a>.
5 changes: 5 additions & 0 deletions calendar/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: bedford lab / calendar
layout: redirect
rurl: https://calendar.google.com/calendar/embed?src=trevor%40bedford.io&ctz=America&src=ul6dqlr1uvmrm11r1e549d1688%40group.calendar.google.com&src=b8o5c7nal5l39i2svkdu5lfh00fbs601%40import.calendar.google.com&ctz=America%2FLos_Angeles
---
3 changes: 1 addition & 2 deletions team/_posts/2013-09-30-trevor-bedford.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ email: trevor@bedford.io
twitter: trvrb
github: trvrb
scholar: RIi-1pAAAAAJ
calendar: https://calendar.google.com/calendar/embed?src=trevor%40bedford.io&ctz=America&src=ul6dqlr1uvmrm11r1e549d1688%40group.calendar.google.com&src=b8o5c7nal5l39i2svkdu5lfh00fbs601%40import.calendar.google.com&ctz=America%2FLos_Angeles
image: /images/team/trevor-bedford.jpg
calendar: /calendar/
cv: /pdfs/team/trevor-bedford-cv.pdf
---

Expand Down

0 comments on commit b658db1

Please sign in to comment.