fix: page title

This commit is contained in:
Hanna
2019-09-24 23:58:53 +02:00
parent d40c73fc3e
commit f25a79a4c6
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<base href="{{ site.baseurl }}">
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
<title>{% if page.title %}{{ page.title }}{% endif %}</title>
<meta name="author" content="{{ site.author }}">
<meta name="description" content="{{ site.description }}">
<meta name="viewport" content="width=device-width, initial-scale=1">

View File

@@ -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