We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07554c commit 797d4d9Copy full SHA for 797d4d9
_config.yml
@@ -1,4 +1,4 @@
1
-title: KyleReddoch.me
+title: Kyle Reddoch
2
description: You've reached the top-level domain of Kyle Reddoch, aka The BeardedTechGuy. Why not have a look around?
3
baseurl: ""
4
url: "https://kylereddoch.me"
_layouts/default.html
@@ -5,6 +5,7 @@
5
<head>
6
<meta charset="UTF-8" />
7
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
+ <meta name="description" content="{{ site.description }}" />
9
<title>{{ site.title }}</title>
10
11
{% seo title=false %}
0 commit comments