summaryrefslogtreecommitdiff
path: root/template.erb
diff options
context:
space:
mode:
Diffstat (limited to 'template.erb')
-rw-r--r--template.erb4
1 files changed, 1 insertions, 3 deletions
diff --git a/template.erb b/template.erb
index 66f9c85..c45f1d9 100644
--- a/template.erb
+++ b/template.erb
@@ -6,9 +6,7 @@
<link rel="stylesheet" type="text/css" href="assets/style.css">
</head>
<body>
-<header>
-<a href="./">Luke Shumaker's ramblings</a>
-</header>
+<header><%= @breadcrumbs %></header>
<article>
<%= @content %>
</article>