Skip to content

Commit

Permalink
feat: title case portfolio headings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdavide committed Mar 3, 2022
1 parent 9a2eb97 commit 278c146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/portfolio/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{ end }}"
>
<h2 class="portfolio__title">{{ .title }}</h2>
<h2 class="portfolio__title">{{ title .title }}</h2>
{{ range $i, $p := .portfolioitem }}
<div class="portfolio">
{{ if .image }}
Expand Down Expand Up @@ -37,7 +37,7 @@ <h2 class="portfolio__title">{{ .title }}</h2>
{{ end }}"
>
<h2>{{ .name | markdownify }}</h2>
<h2>{{ title .name | markdownify }}</h2>
<div class="info">
{{ if .status }}
<em class="fas fa-flag-checkered"></em>
Expand Down

0 comments on commit 278c146

Please sign in to comment.