diff options
-rw-r--r-- | content/_index.md | 2 | ||||
-rw-r--r-- | themes/stingray/layouts/partials/head.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/content/_index.md b/content/_index.md index 876a13f..c246f71 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,6 @@ --- title: "Index" -description: "Local Idiot Online" +description: "RayHammer's personal blog and webpage" draft: false --- diff --git a/themes/stingray/layouts/partials/head.html b/themes/stingray/layouts/partials/head.html index 73081c4..7a1791b 100644 --- a/themes/stingray/layouts/partials/head.html +++ b/themes/stingray/layouts/partials/head.html @@ -7,5 +7,6 @@ {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} <title>{{ $title }}</title> + <meta name="description" content="{{ .Description }}"> <link rel="me" href="https://github.com/rayhammer" /> </head>
\ No newline at end of file |