You've already forked AstralRinth
forked from didirus/AstralRinth
Switch ads provider, and switch the analytics system to Ariadne (#214)
* Switch ads provider, and switch the analytics system to Ariadne * Fix CI error * Remove debug messages and errors * Updated nuxtjs
This commit is contained in:
@@ -67,6 +67,8 @@
|
||||
v-if="mod.status === 'approved' || mod.status === 'unlisted'"
|
||||
type="banner"
|
||||
small-screen="square"
|
||||
ethical-ads-small
|
||||
ethical-ads-big
|
||||
/>
|
||||
<div class="mod-navigation">
|
||||
<div class="tabs">
|
||||
|
||||
@@ -64,7 +64,12 @@
|
||||
></pagination>
|
||||
</section>
|
||||
<div class="results column-grow-4">
|
||||
<Advertisement type="banner" small-screen="square" />
|
||||
<Advertisement
|
||||
type="banner"
|
||||
small-screen="square"
|
||||
ethical-ads-small
|
||||
ethical-ads-big
|
||||
/>
|
||||
<div v-if="results === null" class="no-results">
|
||||
<p>Loading...</p>
|
||||
</div>
|
||||
|
||||
@@ -55,7 +55,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Advertisement type="square" small-screen="square" />
|
||||
<Advertisement
|
||||
type="square"
|
||||
small-screen="square"
|
||||
ethical-ads-big
|
||||
ethical-ads-small
|
||||
ethical-ad-type="image"
|
||||
/>
|
||||
<m-footer class="footer" hide-small />
|
||||
</div>
|
||||
<div class="content">
|
||||
|
||||
Reference in New Issue
Block a user