From d71d172b6c01e1ab1af86d7d5ca0ce70c86673f3 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Tue, 4 Jul 2017 07:16:20 +0200 Subject: [PATCH] adding publications --- _layouts/project.html | 9 +++++++-- _layouts/system.html | 5 +++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/_layouts/project.html b/_layouts/project.html index 9ffe25a..ebb3080 100644 --- a/_layouts/project.html +++ b/_layouts/project.html @@ -81,7 +81,12 @@ layout: default {% if page.website %} <div class="card-action"> - <a target="_blank" href="{{ page.website }}">Website</a> + {% if page.website %} + <a target="_blank" href="{{page.website}}">Website</a> + + {% endif %} + + <a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a> </div> {% endif %} </div> @@ -89,4 +94,4 @@ layout: default <div class="caption"> {{content}} </div> -</div \ No newline at end of file +</div diff --git a/_layouts/system.html b/_layouts/system.html index 54e943e..3d2a279 100644 --- a/_layouts/system.html +++ b/_layouts/system.html @@ -43,7 +43,8 @@ layout: default {% if page.repository %} <a target="_blank" href="{{ page.repository }}">Repository</a> - {% endif %} + {% endif %} + <a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a> </div> {% endif %} </div> @@ -51,4 +52,4 @@ layout: default <div class="caption"> {{content}} </div> -</div> \ No newline at end of file +</div> -- GitLab