diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-10 20:18:14 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-10 20:18:14 +0200 |
commit | 19ab76234937f330a6c656857e2b3a7541f2f0b0 (patch) | |
tree | 48d49205e5f63ee66c30afbd268b1b4bb3c5d7dd /contact.html | |
parent | 0090915a48c8353e2cb3637e59e5a31f6c449fa8 (diff) | |
download | website-19ab76234937f330a6c656857e2b3a7541f2f0b0.tar.xz |
Separate meta info to head.html and moved includes to partials/
Diffstat (limited to 'contact.html')
-rw-r--r-- | contact.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/contact.html b/contact.html index 8b853f3..89c8a8a 100644 --- a/contact.html +++ b/contact.html @@ -1,17 +1,13 @@ <!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>~/contact/</title> <link href="main.css" rel="stylesheet"> </head> <body> -<!--# include file="header.html" --> +<!--# include file="partials/header.html" --> <div class="content"> <section id="contact"> <h2>Contact</h2> @@ -31,6 +27,6 @@ </p> </section> </div> -<!--# include file="footer.html" --> +<!--# include file="partials/footer.html" --> </body> </html> |