Most of texts are now in _config.yml, Knowledge Graph support

This commit is contained in:
Oleh Zasadnyy 2014-08-18 00:31:26 +03:00
parent c0f7dc3215
commit 4648f0dfc3
250 changed files with 1700 additions and 856 deletions

View file

@ -2,13 +2,10 @@
<section id="blog" class="blog">
<div class="content-wrapper text-left">
<div class="col-md-10 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
<h3>Latest news</h3>
<h3>{{ site.blogTitle }}</h3>
<div class="col-lg-8 col-md-10 col-xs-12">
{% for post in site.posts %}
{% assign postUrl = site.url | append: site.baseurl | append: post.url %}
<article class="row post">
<a href="{{ site.baseurl | append: post.url }}" title="{{ post.title }}"><h4>{{ post.title }}</h4></a>
<div class="post-header">
@ -44,12 +41,9 @@
</div>
<p class="post-body">{{ post.content | strip_html | truncate: 350 }} <a href="{{ site.baseurl | append: post.url }}">continue reading</a></p>
</article>
{% endfor %}
{% if paginator.total_pages > 1 %}
<div class="row">
<div class="pagination">
{% if paginator.previous_page %}
@ -65,7 +59,6 @@
{% endif %}
</div>
</div>
{% endif %}
<div class="row text-center">