Apply suggestions from code review
This commit is contained in:
parent
043130c7f4
commit
4ce137840f
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{% if page.title != "about" %}
|
{% if page.title != "about" %}
|
||||||
<a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl | prepend: site.url }}/">
|
<a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl | prepend: site.url }}/">
|
||||||
<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}
|
{% if site.title %}{{ site.title }}{% else %}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{% endif %}
|
||||||
</a>
|
</a>
|
||||||
{% elsif site.show_social_icons %}
|
{% elsif site.show_social_icons %}
|
||||||
<!-- Social Icons -->
|
<!-- Social Icons -->
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ layout: default
|
||||||
|
|
||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<h1 class="post-title">
|
<h1 class="post-title">
|
||||||
<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}
|
{% if site.title %}{{ site.title }}{% else %}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{% endif %}
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue