Skip to content

Commit

Permalink
call nativo script on landing page (#182)
Browse files Browse the repository at this point in the history
* call nativo script on landing page

* remove article footer
  • Loading branch information
walsh9 authored Oct 26, 2022
1 parent a32b8da commit f41806c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/sponsored.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const showHeader = computed(() => scrollY.value > showHeaderAfter.value)
onMounted(() => {
$analytics.sendPageView({ page_type: 'sponosored_article' })
sensitiveContent.value = true
PostRelease.Start()
})
onUnmounted(() => {
Expand Down Expand Up @@ -108,9 +109,6 @@ onUnmounted(() => {
<div class="content">
<div class="grid gutter-x-30">
<div class="col-fixed hidden xxl:block"></div>
<div class="col w-full">
<article-footer v-if="article" :article="article" />
</div>
</div>
<hr class="black" />
<p role="heading" aria-level="2" v-if="article?.section" class="type-label3 mt-2 mb-4">MORE NEWS</p>
Expand Down

0 comments on commit f41806c

Please sign in to comment.