summaryrefslogtreecommitdiff
path: root/template.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 17:36:46 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 17:36:46 -0400
commitb373a3a6e1702e7514bb405122a2311d16d85fcd (patch)
tree1b8ededef1b8ac60ec3b1a8a347cfc1669f61bb1 /template.html.erb
parentd4359dc767d3524a16f529f3545d89ab558e1b8f (diff)
Teach it to make atom:entry files
Diffstat (limited to 'template.html.erb')
-rw-r--r--template.html.erb17
1 files changed, 17 insertions, 0 deletions
diff --git a/template.html.erb b/template.html.erb
new file mode 100644
index 0000000..af6a6f4
--- /dev/null
+++ b/template.html.erb
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title><%= @title %> — Luke Shumaker</title>
+ <link rel="stylesheet" type="text/css" href="assets/style.css">
+</head>
+<body>
+<header><%= @breadcrumbs %></header>
+<article>
+<%= @content %>
+</article>
+<footer>
+<%= @rights %>
+</footer>
+</body>
+</html>