diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-12 16:25:29 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-12 16:25:29 +0200 |
commit | 93ac59c2f584285d57dd382afb370031d9f42ce6 (patch) | |
tree | 401cdcd0abef8bfe50a1d7eff883e653ee8bb624 | |
parent | f97ae19fe276380e28e10ddc2f5c3a94f966ac5e (diff) | |
download | theos-website-93ac59c2f584285d57dd382afb370031d9f42ce6.tar.xz |
add description, longer title
-rw-r--r-- | partials/meta.html | 2 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/partials/meta.html b/partials/meta.html index 247e002..8e384f7 100644 --- a/partials/meta.html +++ b/partials/meta.html @@ -2,6 +2,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> +<meta name="description" content="Theos is the server running the primary services for the kyriasis domain"> + <meta name="author" content="Johannes Löthberg"> <link rel="author" href="https://theos.kyriasis.com/~kyrias/about.html" diff --git a/src/index.html b/src/index.html index 6843e94..6b04c3e 100644 --- a/src/index.html +++ b/src/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>theos/</title> + <title>theos/ | theos.kyriasis.com</title> %include partials/meta.html </head> <body itemscope itemtype="http://schema.org/WebPage"> |