diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-27 17:36:46 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-27 17:36:46 -0400 |
commit | b373a3a6e1702e7514bb405122a2311d16d85fcd (patch) | |
tree | 1b8ededef1b8ac60ec3b1a8a347cfc1669f61bb1 /template.erb | |
parent | d4359dc767d3524a16f529f3545d89ab558e1b8f (diff) |
Teach it to make atom:entry files
Diffstat (limited to 'template.erb')
-rw-r--r-- | template.erb | 18 |
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> |