-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add proper title to allow for better seo
- Loading branch information
1 parent
85c96db
commit c977ef6
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,9 @@ | |
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title> | ||
{{ block "title" . }} | ||
<title>{{ block "title" . }} | ||
{{ .Site.Title }} | ||
{{ end }} | ||
</title> | ||
{{ end }}</title> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{{ define "title" }}{{- .Title }} | {{ .Site.Title }}{{ end }} | ||
{{ define "main" }} | ||
|
||
<div id="metadata"> | ||
|