Skip to content

Commit

Permalink
Merge pull request #25 from maovidal/patch-1
Browse files Browse the repository at this point in the history
Corrects hardcoded `Title` in `about` page
  • Loading branch information
tfsomrat authored Jan 2, 2023
2 parents 566f94b + c6c39fd commit 0eb573f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 class="mb-3">{{ .Title | markdownify }}</h2>
{{ if .enable }}
<div class="col-md-6 mb-4 mb-md-0">
<div class="p-4 border rounded">
<h2 class="h4 mb-5 title-border">Formal Education</h2>
<h2 class="h4 mb-5 title-border">{{ .title | markdownify }}</h2>
<div class="row">
{{ range .education_list }}
<div class="col-md-6 mb-3">
Expand Down Expand Up @@ -78,4 +78,4 @@ <h2 class="mb-5 h4 title-border">{{ .title | markdownify }}</h2>
</section>
<!--=================== about section end ===================-->

{{ end }}
{{ end }}

0 comments on commit 0eb573f

Please sign in to comment.