summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-05-08 19:10:17 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-05-08 19:10:17 +0200
commitac3cd24d2032909ee205224c23cf4314b2d05c8a (patch)
tree566aabee42beda8e7213de98b8597d11f11d7b23
parentc99497158fb4cc5ede7bbbcb1566a24f55deaabc (diff)
downloadwebsite-ac3cd24d2032909ee205224c23cf4314b2d05c8a.tar.xz
add foaf meta tag to website
-rw-r--r--blog.html1
-rw-r--r--contact.html1
-rw-r--r--index.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/blog.html b/blog.html
index 0638ef0..1184f3e 100644
--- a/blog.html
+++ b/blog.html
@@ -5,6 +5,7 @@
<meta name="keywords" content="Johannes Löthberg, kyrias, demize, Arch Linux OP" />
<meta name="description" content="Johannes Löthberg's little home on the Internet" />
<meta name="author" content="Johannes Löthberg" />
+<link rel="meta" type="application/rdf+xml" title="FOAF" href="foaf.rdf" />
<title>~/blog/</title>
<link href="main.css" rel="stylesheet">
</head>
diff --git a/contact.html b/contact.html
index 87900e8..8b853f3 100644
--- a/contact.html
+++ b/contact.html
@@ -5,6 +5,7 @@
<meta name="keywords" content="Johannes Löthberg, kyrias, demize, Arch Linux OP" />
<meta name="description" content="Johannes Löthberg's little home on the Internet" />
<meta name="author" content="Johannes Löthberg" />
+<link rel="meta" type="application/rdf+xml" title="FOAF" href="foaf.rdf" />
<title>~/contact/</title>
<link href="main.css" rel="stylesheet">
</head>
diff --git a/index.html b/index.html
index b02db03..962595a 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
<meta name="keywords" content="Johannes Löthberg, kyrias, demize, Arch Linux OP" />
<meta name="description" content="Johannes Löthberg's little home on the Internet" />
<meta name="author" content="Johannes Löthberg" />
+<link rel="meta" type="application/rdf+xml" title="FOAF" href="foaf.rdf" />
<title>~/</title>
<link href="main.css" rel="stylesheet">