From f25a79a4c6cd8a05b2a24fce31462413203f5791 Mon Sep 17 00:00:00 2001 From: Hanna Date: Tue, 24 Sep 2019 23:58:53 +0200 Subject: [PATCH] fix: page title --- _includes/head.html | 2 +- index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 089f116..51d301e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,7 @@ - {% if page.title %}{{ page.title }} - {% endif %}{{ site.title }} + {% if page.title %}{{ page.title }}{% endif %} diff --git a/index.md b/index.md index 6f3a5a4..7d45cc0 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ --- layout: blocks -title: IRMA app +title: IRMA lang: en lang-ref: index date: 2017-11-22T23:00:00.000+00:00