Sha256: 60780f517864e19e4606696010b6cad3ecbd0e9e845b1b89948c7e560bfe16c7
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
--- layout: page title: Blog permalink: /blog/ description: Blog Posts weight: 1 --- <div class="posts"> {% for post in site.posts %} <br /> <div class="post"> <div class="post-title"> <a href="{{ post.url | prepend: site.baseurl }}" class="post-title" style="font-size: 30px;">{{ post.title | upcase }}</a><br> </div> <p> <br /> <br /> <article style="font-size: 18px;"> {{ post.excerpt | markdownify }} </article> <br /> <br /> </p> <br /> <span class="post-date">({% include read_time.html content=page.content %})</span> <br /> <br /> <span class="post-date"> Posted by <a href="{{ post.url | prepend: site.baseurl }}">{% if page.author %}{{ page.author }}{% else %}{{ site.author.name }}{% endif %}</a> <br>on {{ post.date | date: '%B %d, %Y @ %H:%M' }} <br /> <br /> <div class="post-more"><br> {% if site.disqus %} <a href="{{ post.url | prepend: site.baseurl }}#disqus_thread"> <i class="fa fa-comments" aria-hidden="true"></i>Comment</a> {% endif %} <a href="{{ post.url | prepend: site.baseurl }}"><i class="fa fa-plus-circle" aria-hidden="true"></i>Read more</a> </div> </div> <br /> <br /> <hr /> {% endfor %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
casjaysdev-jekyll-theme-0.1.7 | blog/index.html |
casjaysdev-jekyll-theme-0.1.6 | blog/index.html |