diff --git a/themes/beautifulbaking/layouts/_default/single.html b/themes/beautifulbaking/layouts/_default/single.html index 3207628b..41ba5025 100644 --- a/themes/beautifulbaking/layouts/_default/single.html +++ b/themes/beautifulbaking/layouts/_default/single.html @@ -4,8 +4,8 @@ {{ partial "head.html" . }} - - {{ partial "nav.html" . }} + {{ partial "nav.html" . }} + {{ partial "breadcrumbs.html" . }} {{ partial "header_wp.html" . }}
diff --git a/themes/beautifulbaking/layouts/index.html b/themes/beautifulbaking/layouts/index.html index 813e6179..d7d6d43d 100644 --- a/themes/beautifulbaking/layouts/index.html +++ b/themes/beautifulbaking/layouts/index.html @@ -8,7 +8,7 @@ {{ partial "nav.html" . }}
-
+
diff --git a/themes/beautifulbaking/layouts/partials/breadcrumbs.html b/themes/beautifulbaking/layouts/partials/breadcrumbs.html index 239cd82c..bfebba1c 100644 --- a/themes/beautifulbaking/layouts/partials/breadcrumbs.html +++ b/themes/beautifulbaking/layouts/partials/breadcrumbs.html @@ -1,12 +1,14 @@ -{{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }} -{{ $.Scratch.Add "path" .Site.BaseURL }} - \ No newline at end of file + diff --git a/themes/beautifulbaking/layouts/partials/post.html b/themes/beautifulbaking/layouts/partials/post.html index 6c1845f1..03ae41d7 100644 --- a/themes/beautifulbaking/layouts/partials/post.html +++ b/themes/beautifulbaking/layouts/partials/post.html @@ -3,6 +3,7 @@
{{ partial "tagslist.html" . }} +
{{ .Content }}
diff --git a/themes/beautifulbaking/layouts/partials/tagslist.html b/themes/beautifulbaking/layouts/partials/tagslist.html index 8e86847e..2cdfa674 100644 --- a/themes/beautifulbaking/layouts/partials/tagslist.html +++ b/themes/beautifulbaking/layouts/partials/tagslist.html @@ -1,6 +1,10 @@ +{{ if not (eq (len .Params.tags) 0) }} +
    {{ range .Params.tags }}
  • {{ . }}
  • {{ end }}
+ +{{ end }} diff --git a/themes/beautifulbaking/layouts/section/wiki.html b/themes/beautifulbaking/layouts/section/wiki.html index 3143e9d4..c38ecf7d 100644 --- a/themes/beautifulbaking/layouts/section/wiki.html +++ b/themes/beautifulbaking/layouts/section/wiki.html @@ -8,7 +8,7 @@ {{ partial "nav.html" . }}
-
+
diff --git a/themes/beautifulbaking/static/css/main.css b/themes/beautifulbaking/static/css/main.css index ddba9405..37f1d728 100644 --- a/themes/beautifulbaking/static/css/main.css +++ b/themes/beautifulbaking/static/css/main.css @@ -33,6 +33,11 @@ /* --- General --- */ +.breadcrumb { + margin-bottom: 0px; + background-color: #f7fdec; +} + body { font-family: 'Lora', 'Times New Roman', serif; font-size: 18px; @@ -498,7 +503,7 @@ footer .theme-by { -moz-background-size: cover; background-size: cover; -o-background-size: cover; - margin-top: 51px; /* The small navbar is 50px tall + 1px border */ + margin-top: 0px; /* The small navbar is 50px tall + 1px border */ margin-bottom: 35px; } .intro-header.big-img .big-img-transition { @@ -575,7 +580,7 @@ footer .theme-by { margin-top: 130px; } .intro-header.big-img { - margin-top: 91px; /* Full navbar is small navbar + 20px padding on each side when expanded */ + margin-top: 0px; /* Full navbar is small navbar + 20px padding on each side when expanded */ padding-top: 40px; padding-bottom: 40px; } @@ -597,8 +602,15 @@ footer .theme-by { } } -.header-section.has-img .no-img { +.index-img { + margin-top: 125px !important; +} + +.no-img { margin-top: 0; +} + +.header-section.has-img .no-img { background: #FCFCFC; margin: 0 0 40px; padding: 20px 0;