8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd7be0 commit ef9b64eCopy full SHA for ef9b64e
themes/vue/layout/partials/ad.ejs
@@ -1,11 +1,8 @@
1
<div id="ad">
2
- <script>
3
- (function () {
4
- var s = document.createElement('script')
5
- s.setAttribute('async', '')
6
- s.src = '//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=vuejs'
7
- s.id = '_carbonads_js'
8
- document.getElementById('ad').appendChild(s)
9
- })()
+ <script
+ async
+ type="text/javascript"
+ src="//cdn.carbonads.com/carbon.js?serve=CKYIK2QU&placement=vuejsorg"
+ id="_carbonads_js">
10
</script>
11
</div>
0 commit comments