Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 1.07 KB

File metadata and controls

38 lines (34 loc) · 1.07 KB
layout css title subtitle meta-title meta-description
page
/css/index.css
Hi, I'm Rajat
Software Engineer / Reader / Explorer
Some Machine Learning title
Some Machine Learning description
{% for post in site.tags.life %}

{{ post.title }}

    {% if post.subtitle %}
    <h3 class="post-subtitle">
      {{ post.subtitle }}
    </h3>
    {% endif %}
  <p class="post-meta">
    Posted on {{ post.date | date: "%B %-d, %Y" }}
  </p>

  <div class="post-entry">
    {{ post.content | truncatewords: 50 | strip_html | xml_escape}}
    <span href="{{ post.url | prepend: site.baseurl }}" class="post-read-more">[Read&nbsp;More]</span>
  </div>
</a>  
{% endfor %}