mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Most of texts are now in _config.yml, Knowledge Graph support
This commit is contained in:
parent
c0f7dc3215
commit
4648f0dfc3
250 changed files with 1700 additions and 856 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue