File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const FILES =[
77 '../footer.html'
88 ]
99for ( let i = 0 ; i < FILES . length ; i ++ ) {
10- await fetch ( 'assets/sections/copiapo/' + FILES [ i ] ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
10+ await fetch ( 'assets/sections/copiapo/' + FILES [ i ] + '?v=1.0' ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
1111}
1212import schedule from '/assets/js/copiapo/schedule.js' ;
1313schedule ( )
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ const FILES =[
66 'footer.html' ,
77 ]
88for ( let i = 0 ; i < FILES . length ; i ++ ) {
9- await fetch ( 'assets/sections/' + FILES [ i ] ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
9+ await fetch ( 'assets/sections/' + FILES [ i ] + '?v=1.0' ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
1010}
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ const FILES =[
77 '../footer.html'
88 ]
99for ( let i = 0 ; i < FILES . length ; i ++ ) {
10- await fetch ( 'assets/sections/valparaiso/' + FILES [ i ] ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
10+ await fetch ( 'assets/sections/valparaiso/' + FILES [ i ] + '?v=1.0' ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
1111}
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ <h2 class="text-center mb-4">
1111 </ p >
1212 </ div >
1313</ section >
14- <!-- Nueva Sección de Cómo Participar -->
1514< section class ="py-5 " id ="como-participar ">
1615 < div class ="container ">
1716 < h2 class ="text-center mb-4 "> ¿Cómo participar?</ h2 >
Original file line number Diff line number Diff line change 1414 < li class ="nav-item ">
1515 < a class ="nav-link " href ="#lugares "> Lugares</ a >
1616 </ li >
17- < li class ="nav-item ">
18- < a class ="nav-link " href ="#auspiciadores "> Auspiciadores</ a >
19- </ li >
2017 < li class ="nav-item ">
2118 < a class ="nav-link " href ="#contacto "> Contacto</ a >
2219 </ li >
Original file line number Diff line number Diff line change 1616 <!-- Bootstrap CSS -->
1717 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css ">
1818 < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH " crossorigin ="anonymous ">
19- < link href ="assets/css/base.css " rel ="stylesheet ">
20- < link href ="assets/css/main.css " rel ="stylesheet ">
21- < link href ="assets/css/schedule.css " rel ="stylesheet ">
19+ < link href ="assets/css/base.css?v=1.0 " rel ="stylesheet ">
20+ < link href ="assets/css/main.css?v=1.0 " rel ="stylesheet ">
21+ < link href ="assets/css/schedule.css?v=1.0 " rel ="stylesheet ">
2222</ head >
2323
2424< body >
25- < script type ="module " src ="assets/js/copiapo.js "> </ script >
25+ < script type ="module " src ="assets/js/copiapo.js?v=1.0 "> </ script >
2626 < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js " integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz " crossorigin ="anonymous "> </ script >
2727
2828</ body >
Original file line number Diff line number Diff line change 1616 <!-- Bootstrap CSS -->
1717 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css ">
1818 < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH " crossorigin ="anonymous ">
19- < link href ="assets/css/base.css " rel ="stylesheet ">
20- < link href ="assets/css/main.css " rel ="stylesheet ">
19+ < link href ="assets/css/base.css=v=1.0 " rel ="stylesheet ">
20+ < link href ="assets/css/main.css?v=1.0 " rel ="stylesheet ">
2121</ head >
2222
2323< body >
24- < script type ="module " src ="assets/js/display.js "> </ script >
24+ < script type ="module " src ="assets/js/display.js?v=1.0 "> </ script >
2525</ body >
2626</ html >
Original file line number Diff line number Diff line change 1717 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css ">
1818
1919 < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH " crossorigin ="anonymous ">
20- < link href ="assets/css/base.css " rel ="stylesheet ">
21- < link href ="assets/css/main.css " rel ="stylesheet ">
22- < link href ="assets/css/schedule.css " rel ="stylesheet ">
20+ < link href ="assets/css/base.css?v=1.0 " rel ="stylesheet ">
21+ < link href ="assets/css/main.css?v=1.0 " rel ="stylesheet ">
22+ < link href ="assets/css/schedule.css?1.0 " rel ="stylesheet ">
2323</ head >
2424
2525< body >
26- < script type ="module " src ="assets/js/valparaiso.js "> </ script >
26+ < script type ="module " src ="assets/js/valparaiso.js?v=1.0 "> </ script >
2727 < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js " integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz " crossorigin ="anonymous "> </ script >
2828</ body >
2929</ html >
You can’t perform that action at this time.
0 commit comments