File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11<div class =" container" >
22<div class =" footer fadein" style =" margin :5% 0px 35px 0px ;" >
33@if (env (' DISPLAY_FOOTER' ) === true )
4- @if (Config:: get (' meta.display_link_home' ) != ' false' )<a class =" footer-hover spacing" @if (Config:: get (' meta.custom_link_home' ) != ' ' )href =" {{ Config:: get (' meta.custom_link_home' ) } }" @else href =" {{ url (' ' ) } } /" @endif >Home</a >@endif
4+ @if (Config:: get (' meta.display_link_home' ) != ' false' )<a class =" footer-hover spacing" @if (Config:: get (' meta.custom_link_home' ) != ' ' )href =" {{ Config:: get (' meta.custom_link_home' ) } }" @else href =" {{ url (' ' ) } } /" @endif > @if ( Config :: get ( ' meta.custom_text_home ' ) != ' ' ) {{ Config :: get ( ' meta.custom_text_home ' ) } } @else Home @endif </a >@endif
55 @if (Config:: get (' meta.display_link_terms' ) != ' false' )<a class =" footer-hover spacing" href =" {{ url (' ' ) } } /pages/terms" >Terms</a >@endif
66 @if (Config:: get (' meta.display_link_privacy' ) != ' false' )<a class =" footer-hover spacing" href =" {{ url (' ' ) } } /pages/privacy" >Privacy</a >@endif
77 @if (Config:: get (' meta.display_link_contact' ) != ' false' )<a class =" footer-hover spacing" href =" {{ url (' ' ) } } /pages/contact" >Contact</a >@endif
Original file line number Diff line number Diff line change 127127 'display_link_privacy ' => 'true ' ,
128128 'display_link_contact ' => 'true ' ,
129129
130+ // Enter a custom home link (for example, 'https://littlelink-custom.com').
130131 'custom_link_home ' => '' , // Leave empty to use default value.
131-
132+ // Changes the text on the "Home" link.
133+ 'custom_text_home ' => 'Home ' , // Leave empty to use default value.
132134
133135 /*
134136 |--------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments