File tree 5 files changed +17
-1
lines changed
5 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 70
70
71
71
& .footer-copyright {
72
72
color : var (--color-gray-600 );
73
+
74
+ & svg {
75
+ fill : var (--color-gray-600 );
76
+ width : 1rem ;
77
+ }
73
78
}
74
79
75
80
& .footer-spacer {
Original file line number Diff line number Diff line change 3
3
© Copyright {{ this.currentYear }} - <a href =" https://www.tilde.io/" class =" footer-copyright" >Tilde Inc.</a >
4
4
<br >
5
5
{{ @tagline }}
6
+ {{ #if @contributeLink }}
7
+ <br >
8
+ <a href ={{ @contributeLink }} >Contribute to this page {{ svg-jar ' external-link' }} </a >
9
+ {{ /if }}
6
10
</p >
7
11
</div >
Original file line number Diff line number Diff line change 5
5
--}}
6
6
<EsFooterInfo @infoLinks ={{ this.infoLinks }} @socialLinks ={{ this.socialLinks }} />
7
7
8
- <EsFooterStatement @tagline ={{ this.tagline }} />
8
+ <EsFooterStatement @tagline ={{ this.tagline }} @ contributeLink = {{ @contributeLink }} />
9
9
10
10
<hr class =" footer-spacer container py-0 my-3" >
11
11
Original file line number Diff line number Diff line change 3
3
``` handlebars
4
4
<EsFooter />
5
5
```
6
+
7
+ You can also add a "contribute to this page" link in the footer by passing ` @contributeLink ` :
8
+
9
+ ``` handlebars
10
+ <EsFooter @contributeLink="https://github.com/ember-learn/ember-website" />
11
+ ```
You can’t perform that action at this time.
0 commit comments