summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-05-10 20:18:14 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-05-10 20:18:14 +0200
commit19ab76234937f330a6c656857e2b3a7541f2f0b0 (patch)
tree48d49205e5f63ee66c30afbd268b1b4bb3c5d7dd /index.html
parent0090915a48c8353e2cb3637e59e5a31f6c449fa8 (diff)
downloadwebsite-19ab76234937f330a6c656857e2b3a7541f2f0b0.tar.xz
Separate meta info to head.html and moved includes to partials/
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/index.html b/index.html
index 962595a..edf9e9b 100644
--- a/index.html
+++ b/index.html
@@ -1,18 +1,14 @@
<!DOCTYPE html>
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<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" />
+<!--# include file="partials/head.html" -->
<title>~/</title>
<link href="main.css" rel="stylesheet">
</head>
<body>
-<!--# include file="header.html" -->
+<!--# include file="partials/header.html" -->
<div class="content">
<section id="about">
<h2>About me</h2>
@@ -42,6 +38,6 @@
</div>
</section>
</div>
-<!--# include file="footer.html" -->
+<!--# include file="partials/footer.html" -->
</body>
</html>