We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4150ac5 commit 4df61b5Copy full SHA for 4df61b5
layouts/_partials/about/profile.html
@@ -20,9 +20,9 @@
20
</div>
21
{{- end -}}
22
23
- <h2>
24
- {{- $profile.title -}}
25
- </h2>
+ <h2>
+ {{- .Site.Params.home.profile.title | default .Site.Title | safeHTML -}}
+ </h2>
26
27
{{- with $profile.subtitle -}}
28
<div class="subtitle">
layouts/_partials/home/profile.html
@@ -21,11 +21,9 @@
- {{- with $profile.title -}}
- <h1 class="home-title">
- {{- . | safeHTML -}}
- </h1>
- {{- end -}}
+ <h1 class="home-title">
+ </h1>
29
30
31
<div class="home-subtitle">
0 commit comments