File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 15
15
</main >
16
16
17
17
<footer class =" footer" >
18
- <span class =" footer__copyright" >
19
- Copyright © {{ new Date().getFullYear() }}.
20
- </span >
21
- <span class =" footer__links" >
22
- Powered by <a href =" //gridsome.org" > Gridsome </a >
23
- </span >
18
+ <div >
19
+ <span class =" footer__copyright" >
20
+ Copyright © 2019-{{ new Date().getFullYear() }}. |
21
+ </span >
22
+ <span class =" footer__links" >
23
+ CC <a href =" //creativecommons.org/licenses/by-nc-sa/4.0/deed.en" >BY-NC-SA 4.0</a >.
24
+ </span >
25
+ </div >
26
+ <div >
27
+ <span class =" footer__links" >
28
+ Powered by <a href =" //gridsome.org" >Gridsome</a >.
29
+ </span >
30
+ <span class =" footer__links" >
31
+ Deployed on <a href =" //wsine.github.io/blog" >Github Pages</a >.
32
+ </span >
33
+ </div >
24
34
</footer >
25
35
</div >
26
36
</template >
@@ -69,7 +79,7 @@ export default {
69
79
}
70
80
71
81
.footer {
72
- display : flex ;
82
+ /* display: flex; */
73
83
align-items : center ;
74
84
justify-content : center ;
75
85
padding : calc (var (--space ) / 2 );
You can’t perform that action at this time.
0 commit comments