layout | title | subtitle | css | meta-title | meta-description | bigimg | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page |
Simply Data |
Making Advanced Data Analysis easy to understand |
/css/index.css |
Davis Townsend - Senior Analyst |
Senior Analyst at EA. MS Business Analytics and BA Economics from UT Austin |
|
{% for post in site.tags.popular %}
{% 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>