diff options
Diffstat (limited to 'blog.html')
-rw-r--r-- | blog.html | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,23 +1,19 @@ <!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>~/blog/</title> <link href="main.css" rel="stylesheet"> </head> <body> -<!--# include file="header.html" --> +<!--# include file="partials/header.html" --> <div class="content"> <section id="blog"> <h2>Blog</h2> <p>These are not the droids you are looking for.</p> </section> </div> -<!--# include file="footer.html" --> +<!--# include file="partials/footer.html" --> </body> </html> |