bridgetown_theme_single_page_opt_in 0.1.67 → 0.1.69
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aba60663ffef087c74d2bb1a67e332fdac1d07325f7ff417daa79e2bc278e96e
|
4
|
+
data.tar.gz: 683bb8d52ac152091c9a061859eb7a30df92601b1f229f3fdefec9fcf2560fdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bda7c7d365f3b3189c77a1388dcfef378a1e593b3a68e31e99718c727df8afb252d4efe83a8eac16fe24b94c673ffe968fb1650361784257bb56f77e64705131
|
7
|
+
data.tar.gz: 905ce74496e760351724bf425282907602bd6fe628db2e513ff8db4d5da4d781cc978831d8f0e04fcc5aa512072cb859b2c0b868b5aa7d1397f99fc70310db85
|
@@ -1,7 +1,3 @@
|
|
1
|
-
---
|
2
|
-
template_engine: erb
|
3
|
-
---
|
4
|
-
|
5
1
|
<div class="container fullContainer noTopMargin padding20-top padding20-bottom padding40H noBorder borderSolid border3px radius0 bgNoRepeat " style="padding-top: 0px; padding-bottom: 0px; outline: none; background-color: var(--dark-red);">
|
6
2
|
<div class="containerInner ui-sortable">
|
7
3
|
<div class="row bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding-top: 5px; padding-bottom: 5px; margin: 0px; outline: none;">
|
@@ -9,7 +5,7 @@ template_engine: erb
|
|
9
5
|
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
10
6
|
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 0px; outline: none; cursor: pointer; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false" data-google-font="Lato">
|
11
7
|
<h1 class="ne elHeadline hsSize3 lh4 elMargin0 elBGStyle0 mfs_16" style="text-align: center; font-size: 22px; color: var(--white);">
|
12
|
-
|
8
|
+
{{ data.headline }} | <b><u>[{{ event.date | date: "%A, %B %d" }} {{ event.date | date: "%H:%M%P" }} {{ event.timezone }}]</u></b>
|
13
9
|
</h1>
|
14
10
|
</div>
|
15
11
|
</div>
|