e91b00aa1318814d16cbdab2defed56c4ff196e1
custom.css
... | ... | @@ -7676,3 +7676,8 @@ div.breadcrumb { |
7676 | 7676 | blockquote p { |
7677 | 7677 | font-size: 1em; |
7678 | 7678 | } |
7679 | + |
|
7680 | +/* ghost form */ |
|
7681 | +.gh-signup-root { |
|
7682 | + height: 300px; |
|
7683 | +} |
custom.js
... | ... | @@ -21,9 +21,9 @@ docReady(function() { |
21 | 21 | script.dataset['textColor']="#000000" |
22 | 22 | script.dataset['buttonColor']="#197eff" |
23 | 23 | script.dataset['textColorButton']="#ffffff" |
24 | - script.dataset['title']="Tea Leaves" |
|
25 | - script.dataset['icon']="https://gaiwan.co/content/images/size/w192h192/size/w256h256/2024/01/favicon.ico" |
|
26 | - script.dataset['description']="Learn about Clojure, ClojureScript, design, MVP's, and business." |
|
24 | + script.dataset['title']="Gaiwan Newsletter" |
|
25 | + // script.dataset['icon']="https://gaiwan.co/content/images/size/w192h192/size/w256h256/2024/01/favicon.ico" |
|
26 | + // script.dataset['description']="Learn about Clojure, ClojureScript, design, MVP's, and business." |
|
27 | 27 | script.dataset['site']="https://gaiwan.co/" |
28 | 28 | |
29 | 29 | sign_up_form.appendChild(script); |