Sha256: 2a6eaa521871c86ed66d4ea1825b97af302c2a55555f67271600003d61cb7f79

Contents?: true

Size: 1.91 KB

Versions: 10

Compression:

Stored size: 1.91 KB

Contents

<footer>

  <div class="wrapper">

    {% if site.config.logo %}
      <img id="footer-gravatar" src="{{ 'assets/img/me.png' | absolute_url }}" alt="">
    {% endif %}

    <p id="footer-description">{{ site.long_description }}</p>

    <ul class="social-media-list">
      {% if site.github.username %}
      <li>
        <i class="fab fa-github"></i>
        <a href="https://github.com/{{ site.github.username }}">
          <span class="username social-media-text">پروژه‌ها</span>
        </a>
      </li>
      {% endif %}
      {% if site.twitter.username %}
      <li>
        <i class="fab fa-twitter-square"></i>
        <a href="https://twitter.com/{{ site.twitter.username }}">
          <span class="username social-media-text">توئیت‌ها</span>
        </a>
      </li>
      {% endif %}
      {% if site.feedburner_id %}
      <li>
        <i class="fas fa-rss"></i>
        <a href="https://feedburner.google.com/fb/a/mailverify?uri={{ site.feedburner_id }}&amp;loc=en_US">
          <span class="username social-media-text">خبرنامه</span></a>
      </li>
      <li>
        <i class="fas fa-rss"></i>
        <a href="http://feeds.feedburner.com/{{ site.feedburner_id }}">
        <span class="username social-media-text">خوراک</span></a>
      </li>
      {% endif %}
      {% if site.email %}
        <li>
          <i class="fas fa-envelope-open"></i>
          <a href="mailto:{{ site.email }}">
            <span class="username social-media-text">تماس</span></a></li>
      {% endif %}
    </ul>

  <div id="footer-extra">
    {% include license.html %}
    <a id="atom" href="https://validator.w3.org/feed/check.cgi?url={{ '' | absolute_url | append:'feed.xml'}}"><img src={{ "assets/img/valid-atom.png" | absolute_url }} alt="[Valid Atom 1.0]" title="Validate my Atom 1.0 feed" /></a>
  </div>

  </div>

  <small id="build-time">Site generated on {{ site.time | date_to_rfc822 }}</small>

</footer>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-mehdix-rtl-2.3.0 _includes/footer.html
jekyll-theme-mehdix-rtl-2.2.1 _includes/footer.html
jekyll-theme-mehdix-rtl-2.2.0 _includes/footer.html
jekyll-theme-mehdix-rtl-2.1.0 _includes/footer.html
jekyll-theme-mehdix-rtl-2.0.1 _includes/footer.html
jekyll-theme-mehdix-rtl-2.0.0 _includes/footer.html
jekyll-theme-mehdix-rtl-1.2.1 _includes/footer.html
jekyll-theme-mehdix-rtl-1.2.0 _includes/footer.html
jekyll-theme-mehdix-rtl-1.1.1 _includes/footer.html
jekyll-theme-mehdix-rtl-1.1.0 _includes/footer.html