From b864379651d4bfe3d05f98350b720794ffa2806a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 31 Dec 2016 22:48:59 -0700 Subject: more --- bin/page.html.erb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bin/page.html.erb') diff --git a/bin/page.html.erb b/bin/page.html.erb index a8e5154..694d11a 100644 --- a/bin/page.html.erb +++ b/bin/page.html.erb @@ -9,9 +9,8 @@
+

<%= @page.breadcrumbs %>

Andrew D. Murrell

-

<%= @page.breadcrumbs %> - (<%= File.extname(@page.src).upcase %>)

-

<%= @page.title %>

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

Tags: <%= @page.tags.join(' ') %>

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

<%= @page.title %>

<% end %> <%= @page.content %>
-- cgit v1.2.3-2-g168b