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,7 +2,7 @@
|
|||
<section id="latest-news" class="latest-news">
|
||||
<div class="content-wrapper">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
<h3>Latest news</h3>
|
||||
<h3>{{ site.latestNewsTitle }}</h3>
|
||||
<article class="row">
|
||||
{% for post in site.posts limit:2 %}
|
||||
{% assign postUrl = site.baseurl | append: post.url %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue