From 0b7968296843f8f077fc65d4c625e5623d8c4f62 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <michael.kohlhase@fau.de> Date: Tue, 3 Apr 2018 13:31:08 +0200 Subject: [PATCH] adding teaser --- _layouts/project.html | 1 + _layouts/system.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_layouts/project.html b/_layouts/project.html index 7ef5b99..9d5a25c 100644 --- a/_layouts/project.html +++ b/_layouts/project.html @@ -8,6 +8,7 @@ layout: default <div class="card-content"> <span class="card-title">{{page.title}}</span> {% if page.subtitle %}<h6>{{page.subtitle}}</h6>{% endif %} + {% if page.teaser %}<h6>{{page.teaser}}</h6>{% endif %} {% if page.start_date %} <p> diff --git a/_layouts/system.html b/_layouts/system.html index 0712520..26e6d33 100644 --- a/_layouts/system.html +++ b/_layouts/system.html @@ -8,6 +8,7 @@ layout: default <div class="card-content"> <span class="card-title">{{page.title}}</span> {% if page.subtitle %}<h6>{{page.subtitle}}</h6>{% endif %} + {% if page.teaser %}<h6>{{page.teaser}}</h6>{% endif %} {% if page.start_date %} <p> -- GitLab