-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds other booking systems beyond eventbrite
To ease managing them and simplify the content on `index.md` they've been moved to includes like the installation steps.
- Loading branch information
Showing
5 changed files
with
79 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{% comment %} | ||
EVENTBRITE | ||
|
||
This block includes the Eventbrite registration widget if | ||
'eventbrite' has been set in the header. You can delete it if you | ||
are not using Eventbrite, or leave it in, since it will not be | ||
displayed if the 'eventbrite' field in the header is not set. | ||
{% endcomment %} | ||
{% if page.eventbrite %} | ||
<strong>Some adblockers block the registration window. If you do not see the | ||
registration box below, please check your adblocker settings.</strong> | ||
<iframe | ||
src="https://www.eventbrite.com/tickets-external?eid={{page.eventbrite}}&ref=etckt" | ||
frameborder="0" | ||
width="100%" | ||
height="280px" | ||
scrolling="auto"> | ||
</iframe> | ||
{% endif %} |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{% comment %} | ||
PRETIX.eu | ||
|
||
This block includes the pretix registration widget if | ||
'pretix' has been set in the header. You can delete it if you | ||
are not using Pretix, or leave it in, since it will not be | ||
displayed if the 'pretix' field in the header is not set. | ||
{% endcomment %} | ||
{% if page.pretix %} | ||
<strong>Some adblockers block the registration window. If you do not see the | ||
registration box below, please check your adblocker settings or visit <a href="https://pretix.eu/{{page.pretix}}/" target="_blank">the booking website</a> directly.</strong> | ||
<div class="pretix-widget-compat" event="https://pretix.eu/{{page.pretix}}/" single-item-select="button"></div> | ||
<noscript> | ||
<div class="pretix-widget"> | ||
<div class="pretix-widget-info-message"> | ||
JavaScript is disabled in your browser. To access our ticket shop without JavaScript, please <a target="_blank" rel="noopener" href="https://pretix.eu/{{page.pretix}}/">click here</a>. | ||
</div> | ||
</div> | ||
</noscript> | ||
{% endif %} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{% comment %} | ||
TICKETTAILOR | ||
|
||
This block includes the Tickettailor registration widget if | ||
'eventbrite' has been set in the header. You can delete it if you | ||
are not using Eventbrite, or leave it in, since it will not be | ||
displayed if the 'eventbrite' field in the header is not set. | ||
{% endcomment %} | ||
{% if page.tickettailor %} | ||
<strong>Some adblockers block the registration window. If you do not see the | ||
registration box below, please check your adblocker settings.</strong> | ||
<iframe | ||
src="https://www.tickettailor.com/checkout/view-event/id/{{page.tickettailor}}/" | ||
frameborder="0" | ||
width="100%" | ||
height="380px" | ||
scrolling="auto"> | ||
</iframe> | ||
{% endif %} | ||
|
||
{% comment %} |
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