Created
February 9, 2014 22:09
-
-
Save iani/8906741 to your computer and use it in GitHub Desktop.
Embed google calendar in a web page for rendering by Jekyll. Copied from: https://github.com/StevenBlack/qst-jekyll-bootstrap/blob/master/calendar.html see it in action here: http://www.queenssailing.ca/calendar/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: page | |
title: Queen's Sailing Calendar | |
permalink: /calendar/ | |
type: info | |
header_text: Queen's Sailing Calendar | |
calendar: true | |
--- | |
<div class="span3"> | |
<h3>List of 2013 Events</h3> | |
<div id="upcoming"></div><!--/span--> | |
</div> | |
<div class="span9"> | |
<h3>Calendar of Upcoming Events</h3> | |
<iframe src="https://www.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&src=60kvvarubrv958lj3snku908rg%40group.calendar.google.com&color=%231B887A&ctz=America%2FNew_York" style=" border-width:0 " width="100%" height="600" frameborder="0" scrolling="no"></iframe> | |
</div><!--/span--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment