Commit 79bf181 1 parent bb4a2eb commit 79bf181 Copy full SHA for 79bf181
File tree 5 files changed +559
-553
lines changed
5 files changed +559
-553
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ import 'swiper/css/pagination';
59
59
--aw-color-text-heading: #083433;
60
60
--aw-color-text-default: #083433;
61
61
--aw-color-text-muted: #083433;
62
- --aw-color-bg-page: rgb(232 231 222);
62
+ /* --aw-color-bg-page: rgb(232 231 222); */
63
+ --aw-color-bg-page: #000000;
63
64
64
65
::selection {
65
66
background-color: black;
Original file line number Diff line number Diff line change 1
1
site :
2
- name : Qompa
2
+ name :
3
3
site : ' https://qompa.io'
4
4
base : ' /'
5
5
trailingSlash : false
9
9
# Default SEO metadata
10
10
metadata :
11
11
title :
12
- default : Qompa
13
- template : ' %s — Qompa '
14
- description : ' Transformamos a las empresas con soluciones financieras innovadoras basadas en Inteligencia Artificial '
12
+ default :
13
+ template : ' %s — '
14
+ description : ' '
15
15
robots :
16
16
index : true
17
17
follow : true
18
18
openGraph :
19
- site_name : Qompa
19
+ site_name :
20
20
images :
21
21
- url : ' ~/assets/images/default.png'
22
22
width : 1200
Original file line number Diff line number Diff line change @@ -15,13 +15,5 @@ const { metadata } = Astro.props;
15
15
---
16
16
17
17
<Layout metadata ={ metadata } >
18
- <slot name =" header" >
19
- <Header {... headerData } isSticky !showRssFeed showToggleTheme />
20
- </slot >
21
- <main >
22
- <slot />
23
- </main >
24
- <slot name =" footer" >
25
- <Footer {... footerData } />
26
- </slot >
18
+
27
19
</Layout >
You can’t perform that action at this time.
0 commit comments