Skip to content

Commit

Permalink
Merge pull request #27 from BTx123/develop
Browse files Browse the repository at this point in the history
Update head.html
  • Loading branch information
BTx123 authored Nov 11, 2024
2 parents a897cb6 + 79047b3 commit fad50eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{ $keywords := union $siteKeywords $postKeywords }}

<!-- SEO titles & descriptions -->
<title>Test {{ $title }}</title>
<title>{{ $title }}</title>
<meta name="description" content="{{ $description }}">
<meta name="keywords" content='{{ delimit $keywords ", "}}'>

Expand Down

0 comments on commit fad50eb

Please sign in to comment.