diff options
Diffstat (limited to 'entries/template.html')
-rw-r--r-- | entries/template.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/entries/template.html b/entries/template.html deleted file mode 100644 index 4b70d9d..0000000 --- a/entries/template.html +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <title>The Woman in my Eye</title> - {head-common} - <meta name="description" - content="ADD DESC"> -</head> -<body> - <header> - <h1>SOMETHING CLEVER, the Woman in my Eye</h1> - </header> - <nav title="site menu"> - <ul> - <li> - <a href='/'>home</a> - </li> - <li> - <a href='/resources'>resources</a> - </li> - <li> - <a href='/about'>about</a> - </li> - <li> - <a href='/blog'>blog</a> - </li> - </ul> - </nav> - <main> - <article> - <h2>Entry Title</h2> - <p> - BODY - </p> - </article> - </main> - {footer} -</body> -</html> |