Sha256: 3284cbc75caba3b6f6062608d1232be7fcefaf939b5f42f04de45679095470fe

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

<footer class="site-footer">

  <h2 class="footer-heading">Contatti</h2>

  <ul class="contact-list">

    {%- for path in site.external_links -%}
      <li><a href="{{path[0]}}" target="_blank">{{ path[1] }}</a></li>
    {%- endfor -%}

    {%- if site.email -%}
      <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
    {%- endif -%}

    {%- if site.github_username -%}
      <li><a href="https://github.com/{{ site.github_username| cgi_escape | escape }}" target="_blank">Github</a></li>
    {%- endif -%}

    {%- if site.twitter_username -%}
      <li><a href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}" target="_blank">Twitter</a></li>
    {%- endif -%}

  </ul>

  <p>{% t global.description %}</p>

</footer>

{%- if site.google_analytics_account -%}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117679791-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', '{{site.google_analytics_account}}');
</script>
{%- endif -%}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
teatro-vecchio-0.1.9 _includes/footer.html