File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
64
64
{{!-- Landing layout --}}
65
65
{{ #match headerStyle " Landing" }}
66
- <h1 class =" gh-header-title is-title" >{{ @ site.description}} </h1 >
66
+ <h1 class =" gh-header-title is-title" >{{ #if @custom.signup_heading }} {{ @custom.signup_heading }} {{ else }} {{ @ site.description}} {{ /if }} </h1 >
67
67
{{> " email-subscription" }}
68
68
{{ /match }}
69
69
70
70
{{!-- Search layout --}}
71
71
{{ #match headerStyle " Search" }}
72
- <h1 class =" gh-header-title is-title" >{{ @ site.description}} </h1 >
72
+ <h1 class =" gh-header-title is-title" >{{ #if @custom.signup_heading }} {{ @custom.signup_heading }} {{ else }} {{ @ site.description}} {{ /if }} </h1 >
73
73
<form class =" gh-form" >
74
74
{{> " icons/search" }}
75
75
<button class =" gh-form-input" data-ghost-search>Search posts, tags and authors</button >
You can’t perform that action at this time.
0 commit comments