bridgetown_theme_single_page_opt_in 0.1.65 → 0.1.66

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: 705c29e1fcc6bbbce0f29ce55286ce86fbdc707b03996d6829acecd5afab9ee0
4
- data.tar.gz: 0a4753703e7e200cb44ed06287ce5ba0dc398c82ad969eac94c011ddcf083fbe
3
+ metadata.gz: 71ed8506b761d1db077279ce37dd86f4b254309f2f2144ae2aa9e8a742479a7a
4
+ data.tar.gz: 7e350cb753055f2a54bd094d8ab0efb71b4dbff70bffcf75c42e49cc367319a0
5
5
  SHA512:
6
- metadata.gz: 9c71a3a688bb93395b1b8e8802298de9cc8f1e475144b1bea6c6315f92f3eba3329aa1cfe02a8b2f7012ecf567f79423513e4406d1a01d384d48a498618917bc
7
- data.tar.gz: cf26b28c3517bdf5c49c2f4f711eb2f0c92c56a67fd6d37f092657933d8a703fcf38908293b4c8c456258b111ce7682bc29be95c1765b1336b2868f796338301
6
+ metadata.gz: dbefa9d84fc98cffad11baf6b0b9ce086354a5e2a142dc5b299397060b0a6abe03cebe83fc22cb3f73cfa910c93a0ab2e293256a063cae8ed35377ecfbb2e40b
7
+ data.tar.gz: 2ed194f302de8cc434082cc95dad040079c8c4b7f32bc9a01d0d8048a59063ba9975c61f36e7dbdf375186b5daf0817c40dfea68043925c23d96bf08a48d33c9
@@ -5,7 +5,7 @@
5
5
  <div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
6
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">
7
7
  <h1 class="ne elHeadline hsSize3 lh4 elMargin0 elBGStyle0 mfs_16" style="text-align: center; font-size: 22px; color: var(--white);">
8
- <%= data.headline %> | <b><u>[<%= event.date | date: "%A, %B %d" %> <%= event.date | date: "%H:%M%P" %> <%= event.timezone %>]</u></b>
8
+ {{ data.headline }} | <b><u>[{{ event.date | date: "%A, %B %d" }} {{ event.date | date: "%H:%M%P" }} {{ event.timezone }}]</u></b>
9
9
  </h1>
10
10
  </div>
11
11
  </div>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SinglePageOptInTheme
4
- VERSION = "0.1.65"
4
+ VERSION = "0.1.66"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bridgetown_theme_single_page_opt_in
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.65
4
+ version: 0.1.66
5
5
  platform: ruby
6
6
  authors:
7
7
  - graial
@@ -86,7 +86,7 @@ files:
86
86
  - README.md
87
87
  - bridgetown.automation.rb
88
88
  - bridgetown_theme_single_page_opt_in.gemspec
89
- - components/bridgetown_theme_single_page_opt_in/1_top_banner.erb
89
+ - components/bridgetown_theme_single_page_opt_in/1_top_banner.liquid
90
90
  - components/bridgetown_theme_single_page_opt_in/2_offer_hook.liquid
91
91
  - components/bridgetown_theme_single_page_opt_in/3_anchor_banner.liquid
92
92
  - components/bridgetown_theme_single_page_opt_in/3_anchor_banner_text.liquid