|
|
@ -34,7 +34,7 @@
|
|
|
|
<main v-else>
|
|
|
|
<main v-else>
|
|
|
|
<Page>
|
|
|
|
<Page>
|
|
|
|
<template #top>
|
|
|
|
<template #top>
|
|
|
|
<slot name="page-top">
|
|
|
|
<slot name="page-top-ads">
|
|
|
|
<CarbonAds
|
|
|
|
<CarbonAds
|
|
|
|
v-if="$site.themeConfig.carbonAds"
|
|
|
|
v-if="$site.themeConfig.carbonAds"
|
|
|
|
:key="'carbon' + $page.path"
|
|
|
|
:key="'carbon' + $page.path"
|
|
|
@ -42,9 +42,11 @@
|
|
|
|
:placement="$site.themeConfig.carbonAds.placement"
|
|
|
|
:placement="$site.themeConfig.carbonAds.placement"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</slot>
|
|
|
|
</slot>
|
|
|
|
|
|
|
|
<slot name="page-top" />
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template #bottom>
|
|
|
|
<template #bottom>
|
|
|
|
<slot name="page-bottom">
|
|
|
|
<slot name="page-bottom" />
|
|
|
|
|
|
|
|
<slot name="page-bottom-ads">
|
|
|
|
<BuySellAds
|
|
|
|
<BuySellAds
|
|
|
|
v-if="$site.themeConfig.carbonAds"
|
|
|
|
v-if="$site.themeConfig.carbonAds"
|
|
|
|
:key="'custom' + $page.path"
|
|
|
|
:key="'custom' + $page.path"
|
|
|
|