mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update expo
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{% unless site.env == "development" %}
|
||||
<script src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
|
||||
|
||||
<section class="hero is-info bsa">
|
||||
@@ -27,4 +26,3 @@
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
{% endunless %}
|
||||
@@ -48,8 +48,6 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
{% unless site.env == "development" %}
|
||||
<script async src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=bulmaio" id="_carbonads_js" onerror="__fb(this)"></script>
|
||||
{% endunless %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -50,11 +50,9 @@
|
||||
<p id="alternative">
|
||||
<a href="{{ site.url }}/alternative-to-bootstrap/">An alternative to <strong>Bootstrap</strong></a>
|
||||
</p>
|
||||
{% unless site.env == "development" %}
|
||||
<div class="twitter-container">
|
||||
<a href="{{ site.twitter }}" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="large">@jgthms</a>
|
||||
</div>
|
||||
{% endunless %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="column is-5">
|
||||
@@ -62,7 +60,6 @@
|
||||
<div>
|
||||
<strong>Support</strong> and share the love!
|
||||
</div>
|
||||
{% unless site.env == "development" %}
|
||||
<div id="social">
|
||||
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=jgthms&repo=bulma&type=star&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
|
||||
|
||||
@@ -77,7 +74,6 @@
|
||||
|
||||
<div class="fb-like" data-href="https://www.facebook.com/bulmaio" data-layout="button" data-action="like" data-size="large" data-show-faces="false" data-share="true"></div>
|
||||
</div>
|
||||
{% endunless %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="column is-4">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<header class="bd-tw-header">
|
||||
<a class="bd-tw-author" href="{{ twUrl }}" target="_blank">
|
||||
<figure class="bd-tw-avatar">
|
||||
<img class="b-lazy" src="{{ include.tweet.avatar }}">
|
||||
<img class="lazyload" src="{{ include.tweet.avatar }}">
|
||||
</figure>
|
||||
<div class="bd-tw-name">
|
||||
<strong class="bd-tw-fullname">
|
||||
|
||||
Reference in New Issue
Block a user