diff options
author | Steph Enders <steph@senders.io> | 2023-06-25 14:39:20 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-06-25 14:39:20 -0400 |
commit | 289b34805071b4f1df4ac70eb50942e79dc1dd19 (patch) | |
tree | 4d423915a96596146f26275ec33cea3323c96bba /entries | |
parent | d770c63f5949893a14109baad73c9f596caadaf3 (diff) |
Add template file to entries
This is the bare minimum file - to be copied
Diffstat (limited to 'entries')
-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> |