mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
19
docs/_includes/bsa.html
Normal file
19
docs/_includes/bsa.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<section class="hero is-light bsa">
|
||||
<script src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
|
||||
<div class="container">
|
||||
<div class="bsa-container">
|
||||
<div class="bsa-cpc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
(function(){
|
||||
if(typeof _bsa !== 'undefined' && _bsa) {
|
||||
_bsa.init('default', 'CVAIKK3E', 'placement:bulmaio', {
|
||||
target: '.bsa-cpc',
|
||||
align: 'horizontal',
|
||||
disable_css: 'true'
|
||||
});
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
</section>
|
||||
@@ -1,3 +1,5 @@
|
||||
{% include bsa.html %}
|
||||
|
||||
<section id="newsletter" class="hero is-primary">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user