diff options
-rw-r--r-- | entries/template.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/entries/template.html b/entries/template.html new file mode 100644 index 0000000..40e2447 --- /dev/null +++ b/entries/template.html @@ -0,0 +1,24 @@ +<!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} + <main> + <article> + <h2>Entry Title</h2> + <p> + BODY + </p> + </article> + </main> + {footer} +</body> +</html> |