summaryrefslogtreecommitdiff
path: root/bin/page.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/page.html.erb')
-rw-r--r--bin/page.html.erb37
1 files changed, 0 insertions, 37 deletions
diff --git a/bin/page.html.erb b/bin/page.html.erb
deleted file mode 100644
index e2dc9fe..0000000
--- a/bin/page.html.erb
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title><%= @page.title %><% unless @page.title.empty? %> — <% end %>AndrewDM</title>
- <link rel="stylesheet" href="/main.css">
- <link rel="alternate" type="application/atom+xml" href="/index.atom" />
- <%= @page.head %>
- </head>
- <body<% if @page.class %> class="<%= @page.class %>"<% end %>>
- <header>
- <h1>AndrewDM</h1>
- <nav>
- <ul>
- <li><a href="/">Projects</a>
- <li><a href="/ChangeLog.html"><abbr title="Blog">Blahg</abbr></a>
- <li><a href="/Andrew.html">Andrew</a>
- <li>
- <form method="GET" action="/search.html">
- <input type=search name="s" placeholder="Search" /><input type=submit value="🔍" />
- </form>
- </ul>
- </nav>
- <p class=breadcrumbs><%= @page.breadcrumbs %></p>
- </header>
- <article>
- <% if @page.tags.count > 0 %><p>Tags: <% @page.tags.each do |t| %><%= t.html %><% end %></p><% end %>
- <% if @page.showtitle %><h1 class=title><%= @page.title %></h1><% end %>
- <%= @page.content %>
- </article>
- <footer>
- <%= @page.rights %>
- <p>Page source: <a href="<%= @url.route_to(@page.srcurl) %>"><%= File.basename(@page.srcurl.to_s) %></a></p>
- <p>Website source: <a href="https://git.andrewdm.me/www.git">www.git</a></p>
- </footer>
- </body>
-</html>