HMS '24: Embed Twitch player and enable Donate button
This commit is contained in:
@@ -53,11 +53,11 @@ banner:
|
|||||||
icon: "fa fa-ticket pl-2"
|
icon: "fa fa-ticket pl-2"
|
||||||
class: "btn text-white seattle-bg"
|
class: "btn text-white seattle-bg"
|
||||||
button2:
|
button2:
|
||||||
enable: false
|
enable: true
|
||||||
label: "Twitch"
|
label: "Donate"
|
||||||
link: "https://twitch.tv/abnercoimbre"
|
link: "https://donorbox.org/handmadecities"
|
||||||
icon: "fab fa-twitch pl-2"
|
icon: "fa fa-gift pl-2"
|
||||||
class: "btn bg-purple-700 dark:bg-purple-700 dark:text-white hover:bg-purple-800 mt-6 text-white"
|
class: "btn bg-red-700 dark:bg-red-700 dark:text-white hover:bg-red-800 mt-6 text-white"
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
features:
|
features:
|
||||||
|
|||||||
@@ -30,11 +30,11 @@ banner:
|
|||||||
icon: "fa fa-ticket pl-2"
|
icon: "fa fa-ticket pl-2"
|
||||||
class: "btn text-white seattle-bg"
|
class: "btn text-white seattle-bg"
|
||||||
button2:
|
button2:
|
||||||
enable: false
|
enable: true
|
||||||
label: "Twitch"
|
label: "Donate"
|
||||||
link: "https://twitch.tv/abnercoimbre"
|
link: "https://donorbox.org/handmadecities"
|
||||||
icon: "fab fa-twitch pl-2"
|
icon: "fa fa-gift pl-2"
|
||||||
class: "btn bg-purple-700 dark:bg-purple-700 dark:text-white hover:bg-purple-800 mt-6 text-white"
|
class: "btn bg-red-700 dark:bg-red-700 dark:text-white hover:bg-red-800 mt-6 text-white"
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
features:
|
features:
|
||||||
|
|||||||
@@ -16,6 +16,12 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
<iframe
|
||||||
|
src="https://player.twitch.tv/?channel=abnercoimbre&parent=handmadecities.com"
|
||||||
|
height="480"
|
||||||
|
width="854"
|
||||||
|
allowfullscreen
|
||||||
|
></iframe>
|
||||||
|
|
||||||
{{ if .triple_section }}
|
{{ if .triple_section }}
|
||||||
{{ partial "components/triple_section.html" . }}
|
{{ partial "components/triple_section.html" . }}
|
||||||
|
|||||||
@@ -14,6 +14,13 @@
|
|||||||
{{ partial "components/triple_section" . }}
|
{{ partial "components/triple_section" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
<iframe
|
||||||
|
src="https://player.twitch.tv/?channel=abnercoimbre&parent=handmadecities.com"
|
||||||
|
height="480"
|
||||||
|
width="854"
|
||||||
|
allowfullscreen
|
||||||
|
></iframe>
|
||||||
|
|
||||||
<div class="lg:col-7 md:col-9 mb-8 text-center">
|
<div class="lg:col-7 md:col-9 mb-8 text-center">
|
||||||
<h1 class="mb-8 mt-10 text-h3 lg:-texth1">
|
<h1 class="mb-8 mt-10 text-h3 lg:-texth1">
|
||||||
{{ .title | markdownify }}
|
{{ .title | markdownify }}
|
||||||
|
|||||||
Reference in New Issue
Block a user