-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f73698a
commit 851e1cc
Showing
4 changed files
with
40 additions
and
31 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
{%- assign eventPage = site.pages | find: "title", include.item.event -%} | ||
<span class="time" totimezone="{{ include.item.timezone | default: eventPage.timezone }}" time="{{ include.item.date | date: '%s' }}">{{ include.item.date | date: "%l:%M %p" }} EST</span> | ||
<span class="time" {% if include.hidetimezone %}hidetz{% endif %} totimezone="{{ include.item.timezone | default: eventPage.timezone }}" time="{{ include.item.date | date: '%s' }}">{{ include.item.date | date: "%l:%M %p" }}{% unless include.hidetimezone %} EST{% endunless %}</span> |
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
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
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