summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-06-25 14:39:20 -0400
committerSteph Enders <steph@senders.io>2023-06-25 14:39:20 -0400
commit289b34805071b4f1df4ac70eb50942e79dc1dd19 (patch)
tree4d423915a96596146f26275ec33cea3323c96bba
parentd770c63f5949893a14109baad73c9f596caadaf3 (diff)
Add template file to entries
This is the bare minimum file - to be copied
-rw-r--r--entries/template.html24
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>