mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Use data attribute for Portal links
This commit is contained in:
		@@ -61,9 +61,9 @@
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
                {{#unless @member}}
 | 
			
		||||
                    <a class="gh-head-button" href="#/portal/signup">Subscribe</a>
 | 
			
		||||
                    <a class="gh-head-button" href="#/portal/signup" data-portal="signup">Subscribe</a>
 | 
			
		||||
                {{else}}
 | 
			
		||||
                    <a class="gh-head-button" href="#/portal/account">Account</a>
 | 
			
		||||
                    <a class="gh-head-button" href="#/portal/account" data-portal="account">Account</a>
 | 
			
		||||
                {{/unless}}
 | 
			
		||||
            </div>
 | 
			
		||||
        </nav>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								post.hbs
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								post.hbs
									
									
									
									
									
								
							@@ -88,7 +88,7 @@ into the {body} tag of the default.hbs template --}}
 | 
			
		||||
    <section class="footer-cta {{#match @custom.email_signup_for_logged_out_visitors "Bottom of post"}}cta-alt{{/match}}">
 | 
			
		||||
        <div class="inner">
 | 
			
		||||
            {{#if @custom.email_signup_text}}<h2>{{@custom.email_signup_text}}</h2>{{/if}}
 | 
			
		||||
            <a class="footer-cta-button" href="#/portal">
 | 
			
		||||
            <a class="footer-cta-button" href="#/portal" data-portal>
 | 
			
		||||
                <div class="footer-cta-input">Enter your email</div>
 | 
			
		||||
                <span>Subscribe</span>
 | 
			
		||||
            </a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user