Sha256: 86f227e03daa7cdf7fc30cea6575e273c986ffff6f2b906da25a2dfefb7c2922

Contents?: true

Size: 1.41 KB

Versions: 2

Compression:

Stored size: 1.41 KB

Contents

<div class="py-5 border-top">
  <div class="container">


    <div class="row">

      <div class="col-sm">
        <ul class="list-unstyled">
          <li>
            {%- if site.author -%}
              {{ site.author | escape }}
            {%- else -%}
              {{ site.description | escape }}
            {%- endif -%}
          </li>
          {%- if site.email -%}
            <li>
              <a href="mailto:{{ site.email }}">
                {{ site.email }}
              </a>
            </li>
          {%- endif -%}
        </ul>
      </div>

      <div class="col-sm text-right">
        {% if site.tagline %}<p>{{- site.tagline | escape -}}</p>{% endif %}
      </div>

    </div>

  </div>
</div>


{% if site.fathom_key %}
  <!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
  <script>
  (function(f, a, t, h, o, m){
    a[h]=a[h]||function(){
      (a[h].q=a[h].q||[]).push(arguments)
    };
    o=f.createElement('script'),
    m=f.getElementsByTagName('script')[0];
    o.async=1; o.src=t; o.id='fathom-script';
    m.parentNode.insertBefore(o,m)
  {% if site.fathom_domain -%}
  })(document, window, '//{{ site.fathom_domain }}/tracker.js', 'fathom');
  {%- else -%}
  })(document, window, '//stats.usefathom.com/tracker.js', 'fathom');
  {%- endif %}
  fathom('set', 'siteId', '{{ site.fathom_key }}');
  fathom('trackPageview');
  </script>
  <!-- / Fathom -->
{%- endif -%}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-portfolio-1.1.0 _includes/footer.html
jekyll-theme-portfolio-1.0.0 _includes/footer.html