mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-06-17 04:09:32 +08:00
make event reacurr weekly
This commit is contained in:
@@ -68,6 +68,17 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.atc-style-blue
|
||||
{
|
||||
border: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.atc-style-blue .addeventatc_icon
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.atc-style-blue .atcb-list,
|
||||
.atc-style-blue .atcb-item
|
||||
{
|
||||
|
||||
@@ -38,19 +38,18 @@ redirect_from:
|
||||
to give feedback, ask questions, get help, or just chat about ideas.
|
||||
</p>
|
||||
|
||||
<span class="addtocalendar atc-style-blue">
|
||||
<span class="addeventatc atc-style-blue" title="Add to Calendar">
|
||||
<a class="atcb-link btn btn-outline">
|
||||
{% octicon calendar class:"mr-2" %} Add to Calendar
|
||||
</a>
|
||||
|
||||
<var class="atc_event">
|
||||
<var class="atc_date_start js-office-hours-start-time" data-format="YYYY-MM-DD HH:mm"></var>
|
||||
<var class="atc_date_end js-office-hours-end-time" data-format="YYYY-MM-DD HH:mm"></var>
|
||||
<var class="atc_timezone">UTC</var>
|
||||
<var class="atc_title">Probot Office Hours</var>
|
||||
<var class="atc_description">Join us every Friday to give feedback, ask questions, get help, or just chat about ideas.</var>
|
||||
<var class="atc_location">{{ page.office_hours_link }}</var>
|
||||
</var>
|
||||
<span class="start js-office-hours-start-time" data-format="YYYY-MM-DD HH:mm"></span>
|
||||
<span class="end js-office-hours-end-time" data-format="YYYY-MM-DD HH:mm"></span>
|
||||
<span class="timezone">UTC</span>
|
||||
<span class="title">Probot Office Hours</span>
|
||||
<span class="description">Join us every Friday to give feedback, ask questions, get help, or just chat about ideas.</span>
|
||||
<span class="location">{{ page.office_hours_link }}</span>
|
||||
<span class="recurring">FREQ=WEEKLY;INTERVAL=1</span>
|
||||
</span>
|
||||
|
||||
<a href="{{ page.office_hours_link }}" class="btn btn-outline ml-2 office-hours-nag d-none">
|
||||
@@ -82,4 +81,4 @@ redirect_from:
|
||||
|
||||
|
||||
|
||||
<script async src="//addtocalendar.com/atc/1.5/atc.min.js" charset="utf-8"></script>
|
||||
<script type="text/javascript" src="https://addevent.com/libs/atc/1.6.1/atc.min.js" async defer></script>
|
||||
|
||||
Reference in New Issue
Block a user