Change demo title to 'Fuse Core', reduce space between title words
This commit is contained in:
parent
a5f0a55408
commit
c8519a88ac
|
@ -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
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ permalink: /
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h1 class="text-center font-weight-bold">{{ site.name | replace:' ',' ' }}</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>
|
||||
|
|
Loading…
Reference in New Issue