We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d9230 commit 657abbfCopy full SHA for 657abbf
_includes/header.liquid
@@ -6,6 +6,7 @@
6
<a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl }}/">
7
{% if site.title == 'blank' %}
8
{% if site.first_name %}
9
+ <i class="fa-solid fa-dragon"></i>
10
<span class="font-weight-bold">
11
{{- site.first_name -}}
12
</span>
_layouts/about.liquid
@@ -6,7 +6,7 @@ layout: default
<h1 class="post-title">
<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }}
- {{ site.last_name }}
+ {{ site.last_name }}
{% else %}
{{ site.title }}
{% endif %}
_pages/about.md
@@ -2,7 +2,7 @@
2
layout: about
3
title: about
4
permalink: /
5
-subtitle:
+subtitle:
profile:
align: right
0 commit comments