summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 22:14:07 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 22:14:07 -0500
commitba05c5fb2ccf4b5e90c97adc17e784a77248d9f1 (patch)
tree9c6151311d3893c6dd72a12f556b309939440425 /bin
parenta2c60f50d267f023830ed220120aaf8624c36872 (diff)
play with the header
Diffstat (limited to 'bin')
-rw-r--r--bin/page.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/page.html.erb b/bin/page.html.erb
index 49be4e8..1171705 100644
--- a/bin/page.html.erb
+++ b/bin/page.html.erb
@@ -9,7 +9,6 @@
</head>
<body<% if @page.class %> class="<%= @page.class %>"<% end %>>
<header>
- <p class=breadcrumbs><%= @page.breadcrumbs %></p>
<h1>AndrewDM</h1>
<nav>
<ul>
@@ -22,6 +21,7 @@
</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 %>