diff options
| -rw-r--r-- | layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layout.html b/layout.html index b8e3cbb..5825099 100644 --- a/layout.html +++ b/layout.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="{{ .Title }}" /> <title>{{ .Title }}</title> <link rel="preconnect" href="https://fonts.googleapis.com" /> |
