| 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 %}
{% endfor %}
{% 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 More]</span>
</div>
</a>