You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/+layout.svelte
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,21 @@
2
2
importFooterfrom'@/components/Footer.svelte';
3
3
importNavbarfrom'@/components/Navbar.svelte';
4
4
import'../app.css';
5
+
6
+
let title ="Codeando México"
7
+
let description ="Tecnología cívica y datos para mejorar lo público"
8
+
let meta_description ="Generamos nuevas formas de participación ciudadana, abrimos conocimiento e innovamos en el espacio público a través de la tecnología."
0 commit comments