Sha256: 3aed20590792f78fbc90fdeb0a46be6e859d84de59631affd223ebdb1775060a
Contents?: true
Size: 886 Bytes
Versions: 3
Compression:
Stored size: 886 Bytes
Contents
<div class="col align-self-end"> <div class="user-profile"> <div class="avatar"> <a href="/"><img src="{{ prepend: site.baseurl}}/assets/images/richard_mountain.jpg" class="circle brand-border"></a> </div> <strong class="my-name">Richard Mountain</strong> <span class="job-title">Software Developer</span> <div class="about-me"> <p>I create things. I am a software developer and I enjoy bringing other peoples ideas to life.</p> <p>One of my favorite pass times is playing online computer games with friends.</p> </div> <div class="latest-posts"> <h3 class="header">Latest Posts</h3> <ul> {% for post in site.posts limit:5 %} <li class="{% if post.url == page.url %}active{% endif %}"> <a href="{{ post.url }}">{{ post.title }}</a> </li> {% endfor %} </ul> </div> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mancalledmountain-theme-0.1.2 | _includes/sidebar.html |
mancalledmountain-theme-0.1.1 | _includes/sidebar.html |
mancalledmountain-theme-0.1.0 | _includes/sidebar.html |