summaryrefslogtreecommitdiff
path: root/template.erb
diff options
context:
space:
mode:
Diffstat (limited to 'template.erb')
-rw-r--r--template.erb18
1 files changed, 0 insertions, 18 deletions
diff --git a/template.erb b/template.erb
deleted file mode 100644
index c63acf9..0000000
--- a/template.erb
+++ /dev/null
@@ -1,18 +0,0 @@
-<!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>
-<p>The content of this page is Copyright © <%= @date.year unless @date.nil? %> <%= @author %>.</p>
-<p>This page is licensed under the <%= @license %> license.</p>
-</footer>
-</body>
-</html>