Skip to content

Commit 75c2b33

Browse files
committed
Update blog layout
1 parent 49b703e commit 75c2b33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_layouts/blog.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{% include header.html %}
2+
{% assign top_url = '/blog' %}
3+
{% assign top_slug = 'blog' %}
24
{% assign author = site.authors[page.author] %}
35
<div class="docs">
6+
{% include breadcrumbs.html %}
47
<div class="grid docs-content">
58
<div class="col-2-12 sidebar">
6-
<a href="/blog">&larr; back</a>
79
</div>
810
<div class="col-8-12">
911
<div class="post-header">

0 commit comments

Comments
 (0)