danix
's git repository
home
/
my projects
/
theme-danix.xyz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea61fd7
)
added breadcrumbs back into blog articles.
author
danix
<danix@danix.xyz>
Mon, 6 Feb 2023 10:11:48 +0000
(11:11 +0100)
committer
danix
<danix@danix.xyz>
Mon, 6 Feb 2023 10:11:48 +0000
(11:11 +0100)
layouts/post/single-baseof.html
patch
|
blob
|
blame
|
history
diff --git
a/layouts/post/single-baseof.html
b/layouts/post/single-baseof.html
index
c4b423d
..
dc44481
100644
(file)
--- a/
layouts/post/single-baseof.html
+++ b/
layouts/post/single-baseof.html
@@
-5,6
+5,7
@@
<div id="page">
<a id="top" class="skip-link screen-reader-text" href="#primary">skip to content</a>
{{- partial "header.html" . -}}
+ {{- partial "breadcrumbs.html" . -}}
<div id="content" class="site-content">
<div id="primary" class="content-area">
<main id="main" class="site-main">