Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
feat: 🔍 add description to head
Browse files Browse the repository at this point in the history
  • Loading branch information
Jak2k committed Feb 24, 2023
1 parent 3b2fb09 commit 34b2670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<title>
{{ block "title" . }} {{ .Title }} | Project Competentia {{ end }}
</title>
<meta name="description" content="{{.Page.Summary}}" />
<link rel="stylesheet" href="/styles/fonts.css" />
<link rel="stylesheet" href="/styles/base.css" />
</head>
Expand Down

1 comment on commit 34b2670

@vercel
Copy link

@vercel vercel bot commented on 34b2670 Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.