Skip to content

Commit

Permalink
Create head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cmertdalli committed Oct 29, 2024
1 parent 22e43c4 commit 6634bcb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<title>{{ .Title }}</title>
{{ .Hugo.Generator }}
{{ partial "hooks/head-end/github-button.html" . }}
</head>

0 comments on commit 6634bcb

Please sign in to comment.