Sha256: 634af044efea21ca4e43b977e6e7588c01af8d5db27b1c0313c78b9ea3128001

Contents?: true

Size: 1.21 KB

Versions: 7

Compression:

Stored size: 1.21 KB

Contents

<footer class="site-footer">

  <h2 class="footer-heading">
    {% if site.lang == "en" %}
    Contacts
    {% else %}
    Contatti
    {% endif %}
  </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

7 entries across 7 versions & 1 rubygems

Version Path
teatro-vecchio-0.2.9 _includes/footer.html
teatro-vecchio-0.2.8 _includes/footer.html
teatro-vecchio-0.2.5 _includes/footer.html
teatro-vecchio-0.2.4 _includes/footer.html
teatro-vecchio-0.2.3 _includes/footer.html
teatro-vecchio-0.2.1 _includes/footer.html
teatro-vecchio-0.2.0 _includes/footer.html