From c8519a88ac678f54426dcc03b75a7a8405ca0676 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Fri, 15 Jun 2018 21:04:10 +0200 Subject: [PATCH] Change demo title to 'Fuse Core', reduce space between title words --- _config.yml | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index eb5181f..51f7598 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ exclude: ['README.md', 'LICENSE.txt'] # When modifying this file, take care to preserve the indentation. This is YAML ... # Main Headline, name required, subtitle optional -name: Jonathan Doe +name: Fuse Core #subtitle: subtitle: Frontend Developer diff --git a/index.html b/index.html index 006ed9e..df3fde2 100644 --- a/index.html +++ b/index.html @@ -82,7 +82,7 @@ permalink: /
-

{{ site.name | replace:' ','  ' }}

+

{{ site.name }}

{% if site.subtitle %}

{{ site.subtitle }}

{% endif %}