Change demo title to 'Fuse Core', reduce space between title words

This commit is contained in:
Thomas Jensen 2018-06-15 21:04:10 +02:00
parent a5f0a55408
commit c8519a88ac
No known key found for this signature in database
GPG Key ID: 54243EF8EA4945B2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -82,7 +82,7 @@ permalink: /
</div>
<div class="row">
<div class="col">
<h1 class="text-center font-weight-bold">{{ site.name | replace:' ','&nbsp; ' }}</h1>
<h1 class="text-center font-weight-bold">{{ site.name }}</h1>
{% if site.subtitle %}<h3 class="text-center font-weight-light">{{ site.subtitle }}</h3>{% endif %}
</div>
</div>