Merge branch 'v2' of https://git.server.flayks.com/cetrucflotte/housesof into v2
# Conflicts: # src/components/molecules/Location.svelte # src/routes/index.svelte
This commit is contained in:
@@ -73,4 +73,4 @@
|
|||||||
<div class="location__photos">
|
<div class="location__photos">
|
||||||
<span>{photoIndex}</span>
|
<span>{photoIndex}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -55,6 +55,7 @@
|
|||||||
seo_name
|
seo_name
|
||||||
seo_title
|
seo_title
|
||||||
seo_description
|
seo_description
|
||||||
|
limit_new
|
||||||
instagram
|
instagram
|
||||||
footer_links
|
footer_links
|
||||||
newsletter_url
|
newsletter_url
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { getContext } from 'svelte'
|
import { getContext } from 'svelte'
|
||||||
// Components
|
// Components
|
||||||
import Button from '$components/atoms/Button.svelte'
|
|
||||||
import Locations from '$components/organisms/Locations.svelte'
|
|
||||||
import Metas from '$components/Metas.svelte'
|
import Metas from '$components/Metas.svelte'
|
||||||
|
import Button from '$components/atoms/Button.svelte'
|
||||||
import PhotoCard from '$components/molecules/PhotoCard.svelte'
|
import PhotoCard from '$components/molecules/PhotoCard.svelte'
|
||||||
import Newsletter from '$components/organisms/Newsletter.svelte'
|
import Newsletter from '$components/organisms/Newsletter.svelte'
|
||||||
import Shop from '$components/organisms/Shop.svelte'
|
import Shop from '$components/organisms/Shop.svelte'
|
||||||
@@ -86,4 +85,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user