Sha256: 6d6a26961658f2309c1837b6f5c625347b203112f41c9c6633068124ad1e1788

Contents?: true

Size: 1.4 KB

Versions: 6

Compression:

Stored size: 1.4 KB

Contents

{% if site.share-this.enabled.footer == true %}
<div class="share-buttons">
  {% if site.share-this.rss %}
  <a href="{{ site.feed.path | prepend: site.baseurl }} ">
    <img
      alt="RSS Feed"
      src="https://github.com/casjaysdev-sites/static.casjay.net/raw/main/default-icons/social/rss-48x48.png"
    />
  </a>
  {% endif %} {% if site.share-this.repo %}
  <a href="{{ site.share-this.repo }}" target="_blank" title="Github">
    <img
      alt="Tweet"
      src="https://github.com/casjaysdev-sites/static.casjay.net/raw/main/default-icons/social/github-48x48.png"
    />
  </a>
  {% endif %} {% if site.share-this.email %}
  <a href="mailto:?subject=Thought you might like this site">
    <img
      alt="Send via email"
      src="https://github.com/casjaysdev-sites/static.casjay.net/raw/main/default-icons/social/email-48x48.png"
    />
  </a>
  {% endif %}
  <br />
  <br />
  {% if site.share-this.enabled.script == true %}
  <div
    class="container-fluid"
    style="width: 20%; margin: 0 auto; columns: auto; text-align: center"
    align="center"
  >
    <div class="sharethis-inline-share-buttons"></div>
    <script
      type="text/javascript"
      src="https://platform-api.sharethis.com/js/sharethis.js#property={{ site.share-this.code }}&product=inline-share-buttons"
      async="async"
    ></script>
  </div>
  {% endif %}
  <br />
  {% else %}
  <!-- Share-this is disabled -->
</div>
{% endif %}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
casjaysdev-jekyll-theme-0.2.4 _includes/casjaysdev/sharethis.html
casjaysdev-jekyll-theme-0.2.3 _includes/casjaysdev/sharethis.html
casjaysdev-jekyll-theme-0.2.2 _includes/casjaysdev/sharethis.html
casjaysdev-jekyll-theme-0.2.1 _includes/casjaysdev/sharethis.html
casjaysdev-jekyll-theme-0.1.9 _includes/casjaysdev/sharethis.html
casjaysdev-jekyll-theme-0.1.8 _includes/casjaysdev/sharethis.html