File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ <footer style =" background: linear-gradient(240deg, #9ebd13 0%, #069700 100%); color: #fff; text-align: center; padding: 20px 0;" />
Original file line number Diff line number Diff line change 1
1
---
2
2
import { GoogleFontsOptimizer } from " astro-google-fonts-optimizer" ;
3
3
import Header from " ../components/Header.astro" ;
4
+ import Footer from ' ../components/Footer.astro' ;
4
5
5
6
const { lang = ' ja' } = Astro .props ;
6
7
---
@@ -20,6 +21,7 @@ const { lang = 'ja' } = Astro.props;
20
21
<body >
21
22
<Header />
22
23
<slot />
24
+ <Footer />
23
25
</body >
24
26
</html >
25
27
Original file line number Diff line number Diff line change @@ -75,8 +75,6 @@ import Layout from '../layouts/Layout.astro';
75
75
</p >
76
76
</div >
77
77
</section >
78
- <footer style =" background: linear-gradient(240deg, #9ebd13 0%, #069700 100%); color: #fff; text-align: center; padding: 20px 0;" >
79
- </footer >
80
78
</Layout >
81
79
82
80
<style >
You can’t perform that action at this time.
0 commit comments