From 6fb186d18008e24e97212c27a3f60138965aa33e Mon Sep 17 00:00:00 2001 From: Veikka Kähkönen Date: Mon, 27 Nov 2017 23:09:06 +0200 Subject: Use absolute_url filter instead of a custom variable for URLs --- _layouts/default.html | 2 -- _layouts/hallitus.html | 2 +- _layouts/people_generic.html | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index 9081473..e4ab96f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,8 +1,6 @@ - {% assign site_full_url = site.url | append: site.baseurl %} - {% include head.html %} diff --git a/_layouts/hallitus.html b/_layouts/hallitus.html index c355037..14a7263 100644 --- a/_layouts/hallitus.html +++ b/_layouts/hallitus.html @@ -16,7 +16,7 @@ layout: page {% endif %}
- +

{{ person.position_name }}

{{ person.person_name }}

diff --git a/_layouts/people_generic.html b/_layouts/people_generic.html index 108828a..28b73c1 100644 --- a/_layouts/people_generic.html +++ b/_layouts/people_generic.html @@ -25,7 +25,7 @@ layout: page {% else %} {% assign picture_path = page.placeholder_img %} {% endif %} - +

{{ member.name }}

{% if member.email %}
-- cgit v1.3