Migrated to Pug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
soraefir
2023-06-25 23:10:03 +02:00
parent 681975a44b
commit 038c274db0
10 changed files with 166 additions and 279 deletions

View File

@@ -4,11 +4,7 @@ include module/head.pug
main#app
include module/nav.pug
div(v-if='journey_step==-1')
div(v-for='(item,idx) in journey_data.main' :class="idx%2===0 ? 'bg-dark text-white' : ''" v-cloak='')
include module/journey_sec.pug
include module/journey_sec_add.pug
div(v-else)
include module/journey_step.pug
include module/journey_sec.pug
include module/journey_step.pug
include module/importexport.pug
include module/foot.pug