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 %}