Sha256: 9fee66cf4ccb12e6b23eb416c2230a93098e7ee7740aa9dc6922d488ff54a0b3
Contents?: true
Size: 1.89 KB
Versions: 4
Compression:
Stored size: 1.89 KB
Contents
<footer id="footer"> <div class="inner"> <section> <h2>What is this?</h2> {% if site.description %} <p>{{ site.description | escape }}</p> {% else %} <p>A personal blog for personal thoughts. Contents of this blog are intended as opinion, not fact, and as such are protected speech.</p> {% endif %} </section> <section> <h2>Follow</h2> <ul class="social-media-list icons"> {% if site.gitlab_username %} <li> <a href="https://gitlab.com/u/{{ site.gitlab_username }}" target="_blank" class="icon fa-gitlab"> <span class="label">GitLab</span> </a> </li> {% endif %} {% if site.github_username %} <li> <a href="https://github.com/{{ site.github_username }}" target="_blank" class="icon fa-github"> <span class="label">GitHub</span> </a> </li> {% endif %} {% if site.twitter_username %} <li> <a href="https://twitter.com/{{ site.twitter_username }}" target="_blank" class="icon fa-twitter"> <span class="label">Twitter</span> </a> </li> {% endif %} {% if site.linkedin_username %} <li> <a href="https://www.linkedin.com/in/{{ site.linkedin_username }}" target="_blank" class="icon fa-linkedin"> <span class="label">LinkedIn</span> </a> </li> {% endif %} </ul> </section> <ul class="copyright"> <li> © {% if site.author %} {{ site.author | escape }}. {% else %} {{ site.title | escape }}. {% endif %} All rights reserved </li> <li>Design: <a href="http://html5up.net">HTML5 UP</a></li> </ul> </div> </footer>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
phantom-blergh-0.1.3 | _includes/footer.html |
phantom-blergh-0.1.2 | _includes/footer.html |
phantom-blergh-0.1.1 | _includes/footer.html |
phantom-blergh-0.1.0 | _includes/footer.html |