Skip to content

Commit

Permalink
CHATGPT1
Browse files Browse the repository at this point in the history
  • Loading branch information
chemlord committed May 6, 2024
1 parent 9f0d5e7 commit fd7e9b0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions layouts/partials/blocks/about.biography.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ <h2>{{ $person_page.Title }}</h2>
{{ with $person.role }}<h3>{{ . | markdownify | emojify }}</h3>{{ end }}
</div>

<!-- Custom biography text -->
<div class="biography-text">
{{ with $block.content.customText }}
<p>{{ . }}</p>
{{ end }}
</div>

<ul class="network-icon" aria-hidden="true">
{{ range $person.social }}
{{ $pack := or .icon_pack "fas" }}
Expand Down Expand Up @@ -75,6 +68,14 @@ <h2>{{ $person_page.Title }}</h2>
</div>
<div class="col-12 col-lg-8">
{{ with $block.content.title }}<h1>{{ . | markdownify | emojify }}</h1>{{ end }}

<!-- Custom biography text right under the biography header -->
<div class="biography-text">
{{ with $block.content.customText }}
<p>{{ . }}</p>
{{ end }}
</div>

{{ with $person_page.Content }}
<div class="article-style">
{{ . }}
Expand Down

0 comments on commit fd7e9b0

Please sign in to comment.