commit df85445414ff968c708700aa29bc0237ce0205df (patch)
parent 637de004bf7e0cba183d839027188d80c2ff2243
Author: Alex Karle <alex@karle.co>
Date: Sun, 14 Jun 2020 23:30:33 -0400
style: Update title to be domain agnostic
I now own (or rather, rent) karle.co, akarle.com, and alexkarle.com .
As such, I need a portable title that works across all iterations of the
site.
I'm not sure which one I'll drop in the future. I think alexkarle.com,
while long, is more professional than "akarle.com"; karle.co is nice for
the email, but I'm not sold on the .co tld.
So I think I'll set up my host to block and redirect karle.co and
akarle.com to alexkarle.com.
Don't want people linking to a domain I know I'm gonna drop...
I guess I could solve that problem by not hosting on akarle.com... hm
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>alex.karle.co</title>
+ <title>Alex Karle</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
diff --git a/thoughts.html b/thoughts.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>alex.karle.co</title>
+ <title>Alex Karle</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>