Sha256: 24fb303644feb5fa4fd3b9240797959a8c746dd929ffd7ef34a03a2703475665

Contents?: true

Size: 959 Bytes

Versions: 3

Compression:

Stored size: 959 Bytes

Contents

<footer class="site-footer">

  <div class="wrapper">

    <div class="footer-col-wrapper">
      <div class="footer-col footer-col-1">
        <h2>Připravil</h2>
        <ul class="contact-list">
          {% if site.author %}
            <li>{{ site.author | escape }}</li>
          {% endif %}
          {% if site.author_url %}
            <li><a href="{{ site.author_url }}">{{ site.author_url }}</a></li>
          {% endif %}
          {% if site.author_email %}
            <li><a href="mailto:{{ site.author_email }}">{{ site.author_email }}</a></li>
          {% endif %}
            <li class="footer-license">{{ site.license }}</li>
        </ul>
      </div>

      <div class="footer-col footer-col-2">
      </div>

      <div class="footer-col footer-col-3">
        <a href="http://www.czechitas.cz">
          <img src="/assets/czechitas-logo.svg" alt="Czechitas - girls talk IT">
        </a>
      </div>
    </div>

  </div>

</footer>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-czechitas-0.2.3 _includes/footer.html
jekyll-theme-czechitas-0.2.2 _includes/footer.html
jekyll-theme-czechitas-0.2.1 _includes/footer.html