2013-08-23 15:06:39 -04:00
<!doctype html>
<!-- [if lt IE 7]><html class="no - js lt - ie9 lt - ie8 lt - ie7" lang="en"> <![endif] -->
<!-- [if (IE 7)&!(IEMobile)]><html class="no - js lt - ie9 lt - ie8" lang="en"><![endif] -->
<!-- [if (IE 8)&!(IEMobile)]><html class="no - js lt - ie9" lang="en"><![endif] -->
<!-- [if gt IE 8]><! --> < html class = "no-js" lang = "en" > <!-- <![endif] -->
< head >
{% include head.html %}
< / head >
2014-01-15 14:53:10 -05:00
< body id = "post" { % if page . image . feature % } class = "feature" { % endif % } >
2013-08-23 15:06:39 -04:00
{% include browser-upgrade.html %}
{% include navigation.html %}
{% if page.image.feature %}
< div class = "entry-header" >
2014-03-19 04:52:41 -04:00
{% if page.image.credit %}< div class = "image-credit" > Image source: {% if page.image.creditlink %}< a href = "{{ page.image.creditlink }}" > {% endif %}{{ page.image.credit }}{% if page.image.creditlink %}< / a > {% endif %}< / div > <!-- /.image - credit --> {% endif %}
2014-02-26 11:25:00 -05:00
< div class = "entry-image" >
< img src = "{{ site.url }}/images/{{ page.image.feature }}" alt = "{{ page.title }}" >
2013-08-23 15:06:39 -04:00
< / div > <!-- /.entry - image -->
< / div > <!-- /.entry - header -->
{% endif %}
2014-01-15 14:53:10 -05:00
< div id = "main" role = "main" >
< article class = "hentry" >
2013-08-23 15:06:39 -04:00
< header class = "header-title" >
< div class = "header-title-wrap" >
{% if page.link %}
2014-01-15 14:53:10 -05:00
< h1 class = "entry-title" > < a href = "{{ page.link }}" > {{ page.title }}< / a > < / h1 >
2013-08-23 15:06:39 -04:00
{% else %}
2014-01-15 14:53:10 -05:00
< h1 class = "entry-title" > < a href = "{{ site.url }}{{ page.url }}" rel = "bookmark" title = "{{ page.title }}" > {{ page.title }}< / a > < / h1 >
2013-08-23 15:06:39 -04:00
{% endif %}
< h2 > {{ page.date | date: "%B %d, %Y" }}< / h2 >
< / div > <!-- /.header - title - wrap -->
< / header >
2014-01-15 14:53:10 -05:00
< div class = "entry-content" >
2013-08-23 15:06:39 -04:00
{{ content }}
< footer class = "entry-meta" >
2014-01-15 14:53:10 -05:00
< span class = "entry-tags" > {% for tag in page.tags %}< a href = "{{ site.url }}/tags/#{{ tag | cgi_encode }}" title = "Pages tagged {{ tag }}" class = "tag" > {{ tag }}< / a > {% unless forloop.last %}{% endunless %}{% endfor %}< / span >
< span > < a href = "{{ site.url }}{{ page.url }}" rel = "bookmark" title = "{{ page.title }}" > {{ page.title }}< / a > was published on < span class = "entry-date date published updated" > < time datetime = "{{ page.date | date_to_xmlschema }}" > {{ page.date | date: "%B %d, %Y" }}< / time > < / span > < / span >
{% if page.modified %}(revised: < span class = "entry-date date modified" > < time datetime = "{{ page.modified }}" > {{ page.modified | date: "%m/%d/%Y" }}< / time > < / span > ){% endif %}
< span class = "author vcard" > < span class = "fn" > < a href = "{{ site.url }}/about/" title = "About {{ site.owner.name }}" > {{ site.owner.name }}< / a > < / span > < / span >
2013-08-26 09:59:22 -04:00
{% if page.share %}< div class = "social-share" >
2014-01-15 14:53:10 -05:00
< ul class = "socialcount socialcount-small inline-list" >
2013-08-26 09:59:22 -04:00
< li class = "facebook" > < a href = "https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}" title = "Share on Facebook" > < span class = "count" > < i class = "icon-facebook-sign" > < / i > Like< / span > < / a > < / li >
< li class = "twitter" > < a href = "https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }}" title = "Share on Twitter" > < span class = "count" > < i class = "icon-twitter-sign" > < / i > Tweet< / span > < / a > < / li >
< li class = "googleplus" > < a href = "https://plus.google.com/share?url={{ site.url }}{{ page.url }}" title = "Share on Google Plus" > < span class = "count" > < i class = "icon-google-plus-sign" > < / i > +1< / span > < / a > < / li >
< / ul >
< / div > <!-- /.social - share --> {% endif %}
2013-08-23 15:06:39 -04:00
< / footer >
< / div > <!-- /.entry - content -->
{% if site.disqus_shortname and page.comments %}< section id = "disqus_thread" > < / section > <!-- /#disqus_thread --> {% endif %}
2013-08-25 23:03:47 -04:00
{% if site.related_posts.size %}
< div class = "read-more" >
{% for post in site.related_posts limit:1 %}
< div class = "read-more-header" >
< a href = "{{ site.url }}{{ page.previous.url }}" class = "read-more-btn" > Read More< / a >
< / div > <!-- /.read - more - header -->
< div class = "read-more-content" >
< h3 > < a href = "{{ site.url }}{{ post.url }}" title = "{{ post.title }}" > {{ post.title }}< / a > < / h3 >
2013-09-17 11:25:42 -04:00
< p > {% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 140 }}… {% endif %} < a href = "{{ site.url }}{{ post.url }}" > Continue reading< / a > < / p >
2013-08-25 23:03:47 -04:00
< / div > <!-- /.read - more - content -->
{% endfor %}
< div class = "read-more-list" >
{% for post in site.related_posts limit:2 offset:1 %}
< div class = "list-item" >
< h4 > < a href = "{{ site.url }}{{ post.url }}" title = "{{ post.title }}" > {{ post.title }}< / a > < / h4 >
< span > Published on {{ post.date | date: "%B %d, %Y" }}< / span >
< / div > <!-- /.list - item -->
{% endfor %}
< / div > <!-- /.read - more - list -->
{% endif %}
< / div > <!-- /.read - more -->
2013-08-23 15:06:39 -04:00
< / article >
< / div > <!-- /#main -->
< div class = "footer-wrapper" >
< footer role = "contentinfo" >
{% include footer.html %}
< / footer >
< / div > <!-- /.footer - wrapper -->
{% include scripts.html %}
< / body >
< / html >