summaryrefslogtreecommitdiff
path: root/template.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 19:12:36 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 19:12:36 -0400
commit75d4d72a1f5352d1c3520fbaf96911309fc7f96a (patch)
tree942dfa89658964e5954f159fa4d9b41c6b7bc423 /template.html.erb
parentb373a3a6e1702e7514bb405122a2311d16d85fcd (diff)
index.atom, also: write-atomic
Diffstat (limited to 'template.html.erb')
-rw-r--r--template.html.erb17
1 files changed, 0 insertions, 17 deletions
diff --git a/template.html.erb b/template.html.erb
deleted file mode 100644
index af6a6f4..0000000
--- a/template.html.erb
+++ /dev/null
@@ -1,17 +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>
-<%= @rights %>
-</footer>
-</body>
-</html>