From 39a34b63b0615002172e7db314e2caf663404e09 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 9 Jan 2017 15:53:51 -0500 Subject: fixfixfix --- tmpl/page.html.erb | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'tmpl') diff --git a/tmpl/page.html.erb b/tmpl/page.html.erb index e2dc9fe..dae08eb 100644 --- a/tmpl/page.html.erb +++ b/tmpl/page.html.erb @@ -1,15 +1,15 @@ - +<% require 'siteutil' %> - <%= @page.title %><% unless @page.title.empty? %> — <% end %>AndrewDM + <%= atom_title %> — AndrewDM - <%= @page.head %> + <%= html_head_extra %> - class="<%= @page.class %>"<% end %>> +
-

AndrewDM

+

<%= SiteUtil::breadcrumbs(url) %>

- +

- <% if @page.tags.count > 0 %>

Tags: <% @page.tags.each do |t| %><%= t.html %><% end %>

<% end %> - <% if @page.showtitle %>

<%= @page.title %>

<% end %> - <%= @page.content %> + <% if atom_categories.count > 0 %>

Tags: <% atom_categories.each do |t| %><%= t.html %><% end %>

<% end %> + <%= atom_content %>
-- cgit v1.2.3